Uses of Class
org.jasypt.exceptions.EncryptionOperationNotPossibleException
-
Packages that use EncryptionOperationNotPossibleException Package Description org.jasypt.encryption.pbe -
-
Uses of EncryptionOperationNotPossibleException in org.jasypt.encryption.pbe
Methods in org.jasypt.encryption.pbe that throw EncryptionOperationNotPossibleException Modifier and Type Method Description byte[]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.
-