org.jasypt.encryption.pbe
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
.
decrypt, encrypt
setPassword
Copyright © 2014 The JASYPT team. All Rights Reserved.