org.jasypt.encryption.pbe
Interface PasswordBased

All Known Subinterfaces:
CleanablePasswordBased, PBEBigDecimalCleanablePasswordEncryptor, PBEBigDecimalEncryptor, PBEBigIntegerCleanablePasswordEncryptor, PBEBigIntegerEncryptor, PBEByteCleanablePasswordEncryptor, PBEByteEncryptor, PBEStringCleanablePasswordEncryptor, PBEStringEncryptor
All Known Implementing Classes:
PooledPBEBigDecimalEncryptor, PooledPBEBigIntegerEncryptor, PooledPBEByteEncryptor, PooledPBEStringEncryptor, StandardPBEBigDecimalEncryptor, StandardPBEBigIntegerEncryptor, StandardPBEByteEncryptor, StandardPBEStringEncryptor

public interface PasswordBased

Common interface for all entities which can be set a password.

Since:
1.3
Author:
Daniel Fernández

Method Summary
 void setPassword(String password)
           Sets a password to be used by the encryptor.
 

Method Detail

setPassword

void setPassword(String password)

Sets a password to be used by the encryptor.

Parameters:
password - the password to be used.


Copyright © 2011 The JASYPT team. All Rights Reserved.