public interface Encryptor
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.