类 AesUtils
java.lang.Object
com.cdkjframework.util.encrypts.AesUtils
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static String
base64Decrypt
(byte[] content) Base 64 编码static String
base64Decrypt
(String content) Base 64 编码static String
base64Encode
(String content) Base 64 编码static String
decrypt
(byte[] content) AES解密static String
AES解密static byte[]
AES 加密
-
构造器详细资料
-
AesUtils
构造函数- 参数:
customConfig
- 配置
-
-
方法详细资料
-
base64Encode
Base 64 编码- 参数:
content
- 加密内容- 返回:
- 返回结果
-
encrypt
AES 加密- 参数:
content
- 加密内容- 返回:
- 返回结果
- 抛出:
Exception
- 异常信息
-
base64Decrypt
Base 64 编码- 参数:
content
- 加密内容- 返回:
- 返回结果
-
base64Decrypt
Base 64 编码- 参数:
content
- 加密内容- 返回:
- 返回结果
-
decrypt
AES解密- 参数:
content
- 解密内容- 返回:
- 返回结果
- 抛出:
Exception
- 异常信息
-
decrypt
AES解密- 参数:
content
- 解密内容- 返回:
- 返回结果
- 抛出:
Exception
- 异常信息
-