Interface PBEByteEncryptor
- All Superinterfaces:
ByteEncryptor, PasswordBased
- All Known Subinterfaces:
PBEByteCleanablePasswordEncryptor
- All Known Implementing Classes:
PooledPBEByteEncryptor, StandardPBEByteEncryptor
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 ByteEncryptor
decrypt, encryptMethods inherited from interface PasswordBased
setPassword