Package com.ibm.wsspi.security.crypto
Interface KeyStringResolver
public interface KeyStringResolver
The interface for resolving the aes encryption key.
-
Method Summary
-
Method Details
-
getKey
Getting the key to used to for aes encryption. Takes a string that may hold the key value and returns a char[] of the encryption key.- Parameters:
val
-- Returns:
- char[]
-