public class SimplePBEStringEncryptor extends Object implements org.jasypt.encryption.pbe.PBEStringEncryptor
| Constructor and Description |
|---|
SimplePBEStringEncryptor(org.jasypt.encryption.pbe.PBEByteEncryptor delegate) |
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String encryptedMessage) |
String |
encrypt(String message) |
void |
setPassword(String password) |
public SimplePBEStringEncryptor(org.jasypt.encryption.pbe.PBEByteEncryptor delegate)
public String encrypt(String message)
encrypt in interface org.jasypt.encryption.StringEncryptorpublic String decrypt(String encryptedMessage)
decrypt in interface org.jasypt.encryption.StringEncryptorpublic void setPassword(String password)
setPassword in interface org.jasypt.encryption.pbe.PasswordBasedCopyright © 2019. All rights reserved.