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 ICrypt
text
- text to decryptpublic final String encryptUrlSafe(String plainText)
encryptUrlSafe
in interface ICrypt
plainText
- text to encryptCopyright © 2006–2022 Apache Software Foundation. All rights reserved.