Package | Description |
---|---|
org.dromara.hutool.crypto |
加密解密模块,实现了对JDK中加密解密算法的封装,入口为SecureUtil,实现了:
1.
|
org.dromara.hutool.crypto.asymmetric |
非对称加密的实现,包括RSA等
|
org.dromara.hutool.crypto.asymmetric.paillier |
同态加密算法 Paillier
|
org.dromara.hutool.crypto.bc |
BouncyCastle库相关工具封装
|
Modifier and Type | Class and Description |
---|---|
class |
JceCipher
提供
Cipher 的方法包装 |
Modifier and Type | Field and Description |
---|---|
protected Cipher |
AsymmetricCrypto.cipher
Cipher负责完成加密或解密工作
|
Modifier and Type | Method and Description |
---|---|
Cipher |
AsymmetricCrypto.getCipher()
获得加密或解密器
|
Modifier and Type | Class and Description |
---|---|
class |
PaillierCipher
Paillier加密算法实现
|
Modifier and Type | Class and Description |
---|---|
class |
BCCipher
基于BouncyCastle库封装的加密解密实现,包装包括:
BufferedBlockCipher
BlockCipher
StreamCipher
AEADBlockCipher
|
Copyright © 2025. All rights reserved.