Uses of Interface
org.jasypt.encryption.ByteEncryptor
-
Packages that use ByteEncryptor Package Description org.jasypt.encryption.pbe -
-
Uses of ByteEncryptor in org.jasypt.encryption.pbe
Subinterfaces of ByteEncryptor in org.jasypt.encryption.pbe Modifier and Type Interface Description interfacePBEByteCleanablePasswordEncryptorCommon 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).interfacePBEByteEncryptorCommon interface for all Password Based Encryptors which receive a byte array message and return a byte array result.Classes in org.jasypt.encryption.pbe that implement ByteEncryptor Modifier and Type Class Description classPooledPBEByteEncryptorPooled implementation ofPBEByteEncryptorthat in fact contains an array ofStandardPBEByteEncryptorobjects which are used to attend encrypt and decrypt requests in round-robin.classStandardPBEByteEncryptorStandard implementation of thePBEByteEncryptorinterface.
-