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
PBEBigDecimalEncryptor
that in fact contains an array ofStandardPBEBigDecimalEncryptor
objects which are used to attend encrypt and decrypt requests in round-robin.Pooled implementation ofPBEBigIntegerEncryptor
that in fact contains an array ofStandardPBEBigIntegerEncryptor
objects which are used to attend encrypt and decrypt requests in round-robin.Pooled implementation ofPBEByteEncryptor
that in fact contains an array ofStandardPBEByteEncryptor
objects which are used to attend encrypt and decrypt requests in round-robin.Pooled implementation ofPBEStringEncryptor
that in fact contains an array ofStandardPBEStringEncryptor
objects which are used to attend encrypt and decrypt requests in round-robin.Standard implementation of thePBEBigDecimalEncryptor
interface.Standard implementation of thePBEBigIntegerEncryptor
interface.Standard implementation of thePBEByteEncryptor
interface.Standard implementation of thePBEStringEncryptor
interface.