Uses of Class
org.jasypt.exceptions.EncryptionOperationNotPossibleException
Packages that use EncryptionOperationNotPossibleException
-
Uses of EncryptionOperationNotPossibleException in org.jasypt.encryption.pbe
Methods in org.jasypt.encryption.pbe that throw EncryptionOperationNotPossibleExceptionModifier and TypeMethodDescriptionbyte[]
PooledPBEByteEncryptor.decrypt
(byte[] encryptedMessage) Decrypts a message using the specified configuration.byte[]
StandardPBEByteEncryptor.decrypt
(byte[] encryptedMessage) Decrypts a message using the specified configuration.byte[]
PooledPBEByteEncryptor.encrypt
(byte[] message) Encrypts a message using the specified configuration.byte[]
StandardPBEByteEncryptor.encrypt
(byte[] message) Encrypts a message using the specified configuration.