| 程序包 | 说明 |
|---|---|
| cn.ponfee.commons.jce.implementation.rsa |
RSA implementation
|
| 限定符和类型 | 方法和说明 |
|---|---|
RSAKey |
RSAKey.getPublic()
get the public key
|
RSAKey |
RSAKey.readKey(InputStream in) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
RSAHashCryptor.getCipherBlockSize(RSAKey rsaKey) |
int |
AbstractRSACryptor.getCipherBlockSize(RSAKey rsaKey) |
BigInteger |
AbstractRSACryptor.getExponent(RSAKey rsaKey) |
int |
RSAHashCryptor.getOriginBlockSize(RSAKey rsaKey) |
int |
AbstractRSACryptor.getOriginBlockSize(RSAKey rsaKey) |
int |
RSAPKCS1PaddingCryptor.getOriginBlockSize(RSAKey rsaKey) |
| 构造器和说明 |
|---|
RSASigner(RSAKey rsaKey) |
Copyright © 2023. All rights reserved.