|
JavaTM 2 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 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。