public interface ERXCrypterInterface
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
decrypt(java.lang.String cryptedText)
Returns the decrypted String of the encrypted text.
|
java.lang.String |
encrypt(java.lang.String clearText)
Returns a String version of the encrypted clear text.
|
java.lang.String encrypt(java.lang.String clearText)
clearText - the text to encryptjava.lang.String decrypt(java.lang.String cryptedText)
cryptedText - the string to decryptCopyright © 2002 – 2022 Project Wonder.