|
|||||||||
类 java.security.spec.RSAPrivateKeySpec
的使用
使用 RSAPrivateKeySpec 的软件包 | |
---|---|
java.security.spec | 提供密钥规范和算法参数规范的类和接口。 |
java.security.spec 中 RSAPrivateKeySpec 的使用 |
---|
java.security.spec 中 RSAPrivateKeySpec 的子类 | |
---|---|
class |
RSAMultiPrimePrivateCrtKeySpec 如 PKCS#1 v2.1 中所定义的,此类为了提高效率,使用 Chinese Remainder Theorem (CRT) 信息值指定 RSA 多素数专用密钥。 |
class |
RSAPrivateCrtKeySpec 为了提高效率,此类根据 PKCS#1 标准所定义的,使用 Chinese Remainder Theorem(中国剩余定理,CRT)信息值指定一个 RSA 专用密钥。 |
所有类
|
|||||||||