Interface PBEByteCleanablePasswordEncryptor
- All Superinterfaces:
ByteEncryptor, CleanablePasswordBased, PasswordBased, PBEByteEncryptor
- 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, 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 ByteEncryptor
decrypt, encryptMethods inherited from interface CleanablePasswordBased
setPasswordCharArrayMethods inherited from interface PasswordBased
setPassword