Uses of Interface
org.jasypt.encryption.pbe.PasswordBased
Packages that use PasswordBased
-
Uses of PasswordBased in org.jasypt.encryption.pbe
Subinterfaces of PasswordBased in org.jasypt.encryption.pbeModifier and TypeInterfaceDescriptioninterface
Common 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.interface
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).interface
Common interface for all Password Based Encryptors which receive a BigDecimal message and return a BigDecimal result.interface
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).interface
Common interface for all Password Based Encryptors which receive a BigInteger message and return a BigInteger result.interface
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).interface
Common interface for all Password Based Encryptors which receive a byte array message and return a byte array result.interface
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).interface
Common interface for all Password Based Encryptors which receive a String message and return a String result.Classes in org.jasypt.encryption.pbe that implement PasswordBasedModifier and TypeClassDescriptionfinal class
Pooled implementation ofPBEBigDecimalEncryptor
that in fact contains an array ofStandardPBEBigDecimalEncryptor
objects which are used to attend encrypt and decrypt requests in round-robin.final class
Pooled implementation ofPBEBigIntegerEncryptor
that in fact contains an array ofStandardPBEBigIntegerEncryptor
objects which are used to attend encrypt and decrypt requests in round-robin.final class
Pooled implementation ofPBEByteEncryptor
that in fact contains an array ofStandardPBEByteEncryptor
objects which are used to attend encrypt and decrypt requests in round-robin.final class
Pooled implementation ofPBEStringEncryptor
that in fact contains an array ofStandardPBEStringEncryptor
objects which are used to attend encrypt and decrypt requests in round-robin.final class
Standard implementation of thePBEBigDecimalEncryptor
interface.final class
Standard implementation of thePBEBigIntegerEncryptor
interface.final class
Standard implementation of thePBEByteEncryptor
interface.final class
Standard implementation of thePBEStringEncryptor
interface.