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 TypeInterfaceDescriptioninterfaceCommon 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.interfaceCommon 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).interfaceCommon interface for all Password Based Encryptors which receive a BigDecimal message and return a BigDecimal result.interfaceCommon 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.interfaceCommon 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).interfaceCommon interface for all Password Based Encryptors which receive a byte array message and return a byte array result.interfaceCommon 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).interfaceCommon 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 classPooled implementation ofPBEBigDecimalEncryptorthat in fact contains an array ofStandardPBEBigDecimalEncryptorobjects which are used to attend encrypt and decrypt requests in round-robin.final classPooled implementation ofPBEBigIntegerEncryptorthat in fact contains an array ofStandardPBEBigIntegerEncryptorobjects which are used to attend encrypt and decrypt requests in round-robin.final classPooled implementation ofPBEByteEncryptorthat in fact contains an array ofStandardPBEByteEncryptorobjects which are used to attend encrypt and decrypt requests in round-robin.final classPooled implementation ofPBEStringEncryptorthat in fact contains an array ofStandardPBEStringEncryptorobjects which are used to attend encrypt and decrypt requests in round-robin.final classStandard implementation of thePBEBigDecimalEncryptorinterface.final classStandard implementation of thePBEBigIntegerEncryptorinterface.final classStandard implementation of thePBEByteEncryptorinterface.final classStandard implementation of thePBEStringEncryptorinterface.