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