public interface IEncryptionHelper
Modifier and Type | Method and Description |
---|---|
java.lang.String |
decrypt(java.lang.String string)
Decrypts the given encrypted string, and returns the original string.
|
java.lang.String |
encrypt(java.lang.String string)
Encrypts the given string, and returns the encrypted string.
|
java.lang.String encrypt(java.lang.String string)
string
- the string to encryptjava.lang.String decrypt(java.lang.String string)
string
- the string to decryptCopyright © 2008 Actuate Corp. All rights reserved.