org.jasypt.encryption.pbe
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
Author:
Daniel Fernández

Method Summary
 
Methods inherited from interface org.jasypt.encryption.ByteEncryptor
decrypt, encrypt
 
Methods inherited from interface org.jasypt.encryption.pbe.PasswordBased
setPassword
 



Copyright © 2011 The JASYPT team. All Rights Reserved.