public class AESTools extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
decrypt(String aesKey,
String encryptData)
解密
|
static String |
encrypt(String aesKey,
String data)
加密
|
Copyright © 2021. All rights reserved.