|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portlet.emailpreview.security.JasyptPBEStringEncryptionServiceImpl
public class JasyptPBEStringEncryptionServiceImpl
JasyptPBEStringEncryptionServiceImpl is an implementation of IStringEncryptionService that uses a configurable Jasypt PBEStringEncryptor to perform string encryption and decryption.
| Constructor Summary | |
|---|---|
JasyptPBEStringEncryptionServiceImpl()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JasyptPBEStringEncryptionServiceImpl()
| Method Detail |
|---|
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 IStringEncryptionService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||