Uses of Interface
org.jasypt.encryption.pbe.PBEBigIntegerEncryptor
-
Packages that use PBEBigIntegerEncryptor Package Description org.jasypt.encryption.pbe -
-
Uses of PBEBigIntegerEncryptor in org.jasypt.encryption.pbe
Subinterfaces of PBEBigIntegerEncryptor in org.jasypt.encryption.pbe Modifier and Type Interface Description interfacePBEBigIntegerCleanablePasswordEncryptorCommon 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).Classes in org.jasypt.encryption.pbe that implement PBEBigIntegerEncryptor Modifier and Type Class Description classPooledPBEBigIntegerEncryptorPooled implementation ofPBEBigIntegerEncryptorthat in fact contains an array ofStandardPBEBigIntegerEncryptorobjects which are used to attend encrypt and decrypt requests in round-robin.classStandardPBEBigIntegerEncryptorStandard implementation of thePBEBigIntegerEncryptorinterface.
-