|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 RSAOtherPrimeInfo 的软件包 | |
---|---|
java.security.interfaces | 提供的接口用于生成 RSA Laboratory Technical Note PKCS#1 中定义的 RSA(Rivest、Shamir 和 Adleman AsymmetricCipher 算法)密钥,以及 NIST 的 FIPS-186 中定义的 DSA(数字签名算法)密钥。 |
java.security.spec | 提供密钥规范和算法参数规范的类和接口。 |
java.security.interfaces 中 RSAOtherPrimeInfo 的使用 |
---|
返回 RSAOtherPrimeInfo 的 java.security.interfaces 中的方法 | |
---|---|
RSAOtherPrimeInfo[] |
RSAMultiPrimePrivateCrtKey.getOtherPrimeInfo() 返回 otherPrimeInfo;如果仅存在两个素数因子(p 和 q),则返回 null。 |
java.security.spec 中 RSAOtherPrimeInfo 的使用 |
---|
返回 RSAOtherPrimeInfo 的 java.security.spec 中的方法 | |
---|---|
RSAOtherPrimeInfo[] |
RSAMultiPrimePrivateCrtKeySpec.getOtherPrimeInfo() 返回 otherPrimeInfo 的副本,如果仅有两个素数因子(p 和 q),则返回 null。 |
参数类型为 RSAOtherPrimeInfo 的 java.security.spec 中的构造方法 | |
---|---|
RSAMultiPrimePrivateCrtKeySpec(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger primeP, BigInteger primeQ, BigInteger primeExponentP, BigInteger primeExponentQ, BigInteger crtCoefficient, RSAOtherPrimeInfo[] otherPrimeInfo) 给定系数、publicExponent、privateExponent、primeP、primeQ、primeExponentP、primeExponentQ、crtCoefficient 和如 PKCS#1 v2.1 中所定义的 otherPrimeInfo,创建一个新的 RSAMultiPrimePrivateCrtKeySpec 。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。