Package org.jasypt.encryption.pbe
package org.jasypt.encryption.pbe
-
ClassDescriptionCommon interface for all entities which can be set a password in char[] shape, which can be cleaned once the encryptor is initialized so that no immutable Strings containing the password are left in memory.Utils for processing numbers in encryptors.Common interface for all entities which can be set a password.Common interface for all Password Based Encryptors which receive a BigDecimal message and return a BigDecimal result, and provide means to set passwords as cleanable char[] objects (instead of immutable Strings).Common interface for all Password Based Encryptors which receive a BigDecimal message and return a BigDecimal result.Common interface for all Password Based Encryptors which receive a BigInteger message and return a BigInteger result, and provide means to set passwords as cleanable char[] objects (instead of immutable Strings).Common interface for all Password Based Encryptors which receive a BigInteger message and return a BigInteger result.Common interface for all Password Based Encryptors which receive a byte array message and return a byte array result, and provide means to set passwords as cleanable char[] objects (instead of immutable Strings).Common interface for all Password Based Encryptors which receive a byte array message and return a byte array result.Common interface for all Password Based Encryptors which receive a String message and return a String result, and provide means to set passwords as cleanable char[] objects (instead of immutable Strings).Common interface for all Password Based Encryptors which receive a String message and return a String result.Pooled implementation of
PBEBigDecimalEncryptorthat in fact contains an array ofStandardPBEBigDecimalEncryptorobjects which are used to attend encrypt and decrypt requests in round-robin.Pooled implementation ofPBEBigIntegerEncryptorthat in fact contains an array ofStandardPBEBigIntegerEncryptorobjects which are used to attend encrypt and decrypt requests in round-robin.Pooled implementation ofPBEByteEncryptorthat in fact contains an array ofStandardPBEByteEncryptorobjects which are used to attend encrypt and decrypt requests in round-robin.Pooled implementation ofPBEStringEncryptorthat in fact contains an array ofStandardPBEStringEncryptorobjects which are used to attend encrypt and decrypt requests in round-robin.Standard implementation of thePBEBigDecimalEncryptorinterface.Standard implementation of thePBEBigIntegerEncryptorinterface.Standard implementation of thePBEByteEncryptorinterface.Standard implementation of thePBEStringEncryptorinterface.