public class NoCrypt extends Object implements ICrypt
| Constructor and Description |
|---|
NoCrypt()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
decryptUrlSafe(String text)
Decrypts a string into a string.
|
String |
encryptUrlSafe(String plainText)
Encrypt a string into a string
|
void |
setKey(String key)
Set encryption private key
|
public final String decryptUrlSafe(String text)
decryptUrlSafe in interface ICrypttext - text to decryptpublic final String encryptUrlSafe(String plainText)
encryptUrlSafe in interface ICryptplainText - text to encryptCopyright © 2006–2014 Apache Software Foundation. All rights reserved.