Uses of Class
com.ibm.wsspi.security.crypto.EncryptedInfo
-
Uses of EncryptedInfo in com.ibm.wsspi.security.crypto
Modifier and TypeMethodDescriptionCustomPasswordEncryption.encrypt
(byte[] decrypted_bytes) The encrypt operation takes a UTF-8 encoded String in the form of a byte[].Modifier and TypeMethodDescriptionbyte[]
CustomPasswordEncryption.decrypt
(EncryptedInfo info) The decrypt operation takes the EncryptedInfo object containing a byte[] and the logical key alias and converts it to the decrypted byte[].