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