| Package | Description |
|---|---|
| org.aoju.bus.crypto.asymmetric |
非对称加密的实现,包括RSA等
|
| Modifier and Type | Class and Description |
|---|---|
class |
ECIES
ECIES(集成加密方案,elliptic curve integrate encrypt scheme)
详细介绍见:https://blog.csdn.net/baidu_26954729/article/details/90437344
此算法必须引入Bouncy Castle库
|
class |
RSA
RSA公钥/私钥/签名加密解密
|
| Modifier and Type | Method and Description |
|---|---|
Crypto |
Crypto.init(String algorithm,
PrivateKey privateKey,
PublicKey publicKey) |
Crypto |
Crypto.setRandom(SecureRandom random)
设置随机数生成器,可自定义随机数种子
|
Copyright © 2021. All rights reserved.