Uses of Interface
org.jasypt.encryption.BigIntegerEncryptor
-
Packages that use BigIntegerEncryptor Package Description org.jasypt.encryption.pbe -
-
Uses of BigIntegerEncryptor in org.jasypt.encryption.pbe
Subinterfaces of BigIntegerEncryptor in org.jasypt.encryption.pbe Modifier and Type Interface Description interface
PBEBigIntegerCleanablePasswordEncryptor
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
PBEBigIntegerEncryptor
Common interface for all Password Based Encryptors which receive a BigInteger message and return a BigInteger result.Classes in org.jasypt.encryption.pbe that implement BigIntegerEncryptor Modifier and Type Class Description class
PooledPBEBigIntegerEncryptor
Pooled implementation ofPBEBigIntegerEncryptor
that in fact contains an array ofStandardPBEBigIntegerEncryptor
objects which are used to attend encrypt and decrypt requests in round-robin.class
StandardPBEBigIntegerEncryptor
Standard implementation of thePBEBigIntegerEncryptor
interface.
-