Package 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
Modifier and TypeMethodDescriptionvoidsetPassword(String password) Sets a password to be used by the encryptor.
-
Method Details
-
setPassword
Sets a password to be used by the encryptor.
- Parameters:
password- the password to be used.
-