JavaTM 2 Platform
Standard Ed. 6

类 java.security.spec.RSAPrivateKeySpec
的使用

使用 RSAPrivateKeySpec 的软件包
java.security.spec 提供密钥规范和算法参数规范的类和接口。 
 

java.security.specRSAPrivateKeySpec 的使用
 

java.security.specRSAPrivateKeySpec 的子类
 class RSAMultiPrimePrivateCrtKeySpec
          如 PKCS#1 v2.1 中所定义的,此类为了提高效率,使用 Chinese Remainder Theorem (CRT) 信息值指定 RSA 多素数专用密钥。
 class RSAPrivateCrtKeySpec
          为了提高效率,此类根据 PKCS#1 标准所定义的,使用 Chinese Remainder Theorem(中国剩余定理,CRT)信息值指定一个 RSA 专用密钥。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only