Package org.jasypt.encryption.pbe
Interface PBEStringEncryptor
- All Superinterfaces:
PasswordBased
,StringEncryptor
- All Known Subinterfaces:
PBEStringCleanablePasswordEncryptor
- All Known Implementing Classes:
PooledPBEStringEncryptor
,StandardPBEStringEncryptor
Common interface for all Password Based Encryptors which receive a String message and return a String result.
For a default implementation, see StandardPBEStringEncryptor
.
- Since:
- 1.0
- Author:
- Daniel Fernández
-
Method Summary
Methods inherited from interface org.jasypt.encryption.pbe.PasswordBased
setPassword
Methods inherited from interface org.jasypt.encryption.StringEncryptor
decrypt, encrypt