Package org.jasypt.encryption.pbe
Interface PBEByteCleanablePasswordEncryptor
-
- All Superinterfaces:
ByteEncryptor
,CleanablePasswordBased
,PasswordBased
,PBEByteEncryptor
- All Known Implementing Classes:
PooledPBEByteEncryptor
,StandardPBEByteEncryptor
public interface PBEByteCleanablePasswordEncryptor extends PBEByteEncryptor, CleanablePasswordBased
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).
For a default implementation, see
StandardPBEByteEncryptor
.- Since:
- 1.8
-
-
Method Summary
-
Methods inherited from interface org.jasypt.encryption.ByteEncryptor
decrypt, encrypt
-
Methods inherited from interface org.jasypt.encryption.pbe.CleanablePasswordBased
setPasswordCharArray
-
Methods inherited from interface org.jasypt.encryption.pbe.PasswordBased
setPassword
-
-