Package org.jasypt.encryption.pbe
Interface PBEByteEncryptor
-
- All Superinterfaces:
ByteEncryptor
,PasswordBased
- All Known Subinterfaces:
PBEByteCleanablePasswordEncryptor
- All Known Implementing Classes:
PooledPBEByteEncryptor
,StandardPBEByteEncryptor
public interface PBEByteEncryptor extends ByteEncryptor, PasswordBased
Common interface for all Password Based Encryptors which receive a byte array message and return a byte array result.
For a default implementation, see
StandardPBEByteEncryptor
.- Since:
- 1.0
-
-
Method Summary
-
Methods inherited from interface org.jasypt.encryption.ByteEncryptor
decrypt, encrypt
-
Methods inherited from interface org.jasypt.encryption.pbe.PasswordBased
setPassword
-
-