public interface Decryptor
| Modifier and Type | Field and Description |
|---|---|
static String |
CRYPT_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String input)
This is the method that decrypt an encrypted value.
|
static final String CRYPT_PREFIX
String decrypt(String input)
input - encrypted stringCopyright © 2019. All rights reserved.