public interface Encryptor
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String value)
Decrypt an encrypted String.
|
String |
encrypt(String value)
Encrypt a clear text String.
|
void |
setKey(String key)
Set the encryption key.
|
String encrypt(String value)
value - The clear text attributeString decrypt(String value)
value - The encrypted attribute in Base64 encodingvoid setKey(String key)
key - The encryption keyCopyright © 2003-2008 Jive Software.