public class EncryptionUtils extends Object
| Constructor and Description |
|---|
EncryptionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decrypt(String toDecrypt) |
static String |
encrypt(String toEncrypt) |
public static final String decrypt(String toDecrypt) throws EncryptionException
EncryptionExceptionpublic static final String encrypt(String toEncrypt) throws EncryptionException
EncryptionExceptionCopyright © 2017. All Rights Reserved.