Uses of Class
org.jasypt.exceptions.EncryptionOperationNotPossibleException

Packages that use EncryptionOperationNotPossibleException
org.jasypt.encryption.pbe   
 

Uses of EncryptionOperationNotPossibleException in org.jasypt.encryption.pbe
 

Methods in org.jasypt.encryption.pbe that throw EncryptionOperationNotPossibleException
 byte[] StandardPBEByteEncryptor.decrypt(byte[] encryptedMessage)
           Decrypts a message using the specified configuration.
 byte[] PooledPBEByteEncryptor.decrypt(byte[] encryptedMessage)
           Decrypts a message using the specified configuration.
 byte[] StandardPBEByteEncryptor.encrypt(byte[] message)
           Encrypts a message using the specified configuration.
 byte[] PooledPBEByteEncryptor.encrypt(byte[] message)
           Encrypts a message using the specified configuration.
 



Copyright © 2011 The JASYPT team. All Rights Reserved.