Uses of Interface
org.jasypt.encryption.BigIntegerEncryptor
Packages that use BigIntegerEncryptor
-
Uses of BigIntegerEncryptor in org.jasypt.encryption.pbe
Subinterfaces of BigIntegerEncryptor in org.jasypt.encryption.pbeModifier and TypeInterfaceDescriptioninterfaceCommon 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).interfaceCommon interface for all Password Based Encryptors which receive a BigInteger message and return a BigInteger result.Classes in org.jasypt.encryption.pbe that implement BigIntegerEncryptorModifier and TypeClassDescriptionfinal classPooled implementation ofPBEBigIntegerEncryptorthat in fact contains an array ofStandardPBEBigIntegerEncryptorobjects which are used to attend encrypt and decrypt requests in round-robin.final classStandard implementation of thePBEBigIntegerEncryptorinterface.