|
|||||||||
接口 java.security.interfaces.RSAPrivateKey
的使用
使用 RSAPrivateKey 的软件包 | |
---|---|
java.security.interfaces | 提供的接口用于生成如 RSA Laboratory Technical Note PKCS#1 中所定义的 RSA(Rivest、Shamir 和 Adleman AsymmetricCipher 算法)密钥,以及如 NIST 的 FIPS-186 中所定义的 DSA(数字签名算法)密钥。 |
java.security.interfaces 中 RSAPrivateKey 的使用 |
---|
java.security.interfaces 中 RSAPrivateKey 的子接口 | |
---|---|
interface |
RSAMultiPrimePrivateCrtKey 如 PKCS#1 v2.1 中所定义的,使用 Chinese Remainder Theorem (CRT) 信息值的 RSA 多素数专用密钥的接口。 |
interface |
RSAPrivateCrtKey 如 PKCS#1 标准中所定义的,使用 Chinese Remainder Theorem (CRT) 信息值的 RSA 专用密钥的接口。 |
所有类
|
|||||||||