public class EncryptionUtil extends Object
| Constructor and Description |
|---|
EncryptionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decrypt(String encryptedValue,
SecretKey key) |
static String |
encrypt(String valueToEnc,
SecretKey key) |
Copyright © 2017. All rights reserved.