org.jasypt.encryption.pbe
Interface PasswordBased

All Known Subinterfaces:
PBEBigDecimalEncryptor, PBEBigIntegerEncryptor, PBEByteEncryptor, PBEStringEncryptor
All Known Implementing Classes:
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 Garrido

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 © 2008 The JASYPT team. All Rights Reserved.