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
Author:
Daniel Fernández