public class AesEncryptUtils extends InitSecure
AES加解密工具类
SECRET_KEY_AES, SECRET_KEY_DES, SECRET_KEY_SM4, SECRET_TYPE
Constructor and Description |
---|
AesEncryptUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
decrypt(String str)
字符串AES解密
|
static String |
encrypt(String str)
字符串AES加密
|
Copyright © 2021. All rights reserved.