| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.crypto |
加密解密模块,实现了对JDK中加密解密算法的封装,入口为SecureUtil,实现了:
1.
|
| org.dromara.hutool.crypto.bc |
BouncyCastle库相关工具封装
|
| 限定符和类型 | 类和说明 |
|---|---|
static class |
JceCipher.JceParameters
JCE的
AlgorithmParameterSpec 参数包装 |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
JceCipher.init(CipherMode mode,
Cipher.Parameters parameters) |
void |
Cipher.init(CipherMode mode,
Cipher.Parameters parameters)
初始化模式和参数
|
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BCCipher.BCParameters
BouncyCastle库的
CipherParameters封装 |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BCCipher.init(CipherMode mode,
Cipher.Parameters parameters) |
Copyright © 2024. All rights reserved.