Uses of Interface
org.jasypt.encryption.pbe.PBEByteEncryptor
-
Packages that use PBEByteEncryptor Package Description org.jasypt.encryption.pbe -
-
Uses of PBEByteEncryptor in org.jasypt.encryption.pbe
Subinterfaces of PBEByteEncryptor in org.jasypt.encryption.pbe Modifier and Type Interface Description interface
PBEByteCleanablePasswordEncryptor
Common 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).Classes in org.jasypt.encryption.pbe that implement PBEByteEncryptor Modifier and Type Class Description class
PooledPBEByteEncryptor
Pooled implementation ofPBEByteEncryptor
that in fact contains an array ofStandardPBEByteEncryptor
objects which are used to attend encrypt and decrypt requests in round-robin.class
StandardPBEByteEncryptor
Standard implementation of thePBEByteEncryptor
interface.
-