Package com.ibm.wsspi.security.crypto
Interface KeyStringResolver
-
public interface KeyStringResolver
The interface for resolving the aes encryption key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description char[]
getKey(java.lang.String val)
Getting the key to used to for aes encryption.
-