public class AESUtil extends Object
| 构造器和说明 |
|---|
AESUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
decrypt(byte[] content,
String password) |
static String |
decryptStr(String content,
String password) |
static String |
decryptStr(String content,
String password,
Charset charset) |
static byte[] |
encrypt(String content,
String password) |
static byte[] |
encrypt(String content,
String password,
Charset charset) |
static String |
encryptStr(String content,
String password) |
static String |
encryptStr(String content,
String password,
Charset charset) |
public static byte[] decrypt(byte[] content,
String password)
Copyright © 2021. All rights reserved.