public class EncryptionUtils extends Object
| Constructor and Description |
|---|
EncryptionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decrypt(String s,
String key) |
static String |
encrypt(String text,
String key) |
Copyright © 2020. All rights reserved.