public class JasyptPBEStringEncryptionServiceImpl extends Object implements IStringEncryptionService, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
JasyptPBEStringEncryptionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
String |
decrypt(String cryptotet)
Decrypt a string
|
String |
encrypt(String plaintext)
Encrypt a string
|
void |
setStringEncryptor(org.jasypt.encryption.pbe.PBEStringEncryptor encryptor)
Set the PBEStringEncryptor to be used
|
public JasyptPBEStringEncryptionServiceImpl()
public void setStringEncryptor(org.jasypt.encryption.pbe.PBEStringEncryptor encryptor)
encryptor - public String encrypt(String plaintext)
encrypt in interface IStringEncryptionServicepublic String decrypt(String cryptotet)
decrypt in interface IStringEncryptionServiceCopyright © 2013 Jasig. All Rights Reserved.