|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
RSAOtherPrimeInfo を使用しているパッケージ | |
---|---|
java.security.interfaces | RSA Laboratory Technical Note PKCS#1 で定義されている RSA (Rivest, Shamir andAdleman AsymmetricCipher algorithm) 鍵と、NIST の FIPS-186 で定義されている DSA (Digital SignatureAlgorithm) 鍵を生成するためのインタフェースを提供します。 |
java.security.spec | 鍵仕様およびアルゴリズムパラメータ仕様のクラスおよびインタフェースを提供します。 |
java.security.interfaces での RSAOtherPrimeInfo の使用 |
---|
RSAOtherPrimeInfo を返す java.security.interfaces のメソッド | |
---|---|
RSAOtherPrimeInfo[] |
RSAMultiPrimePrivateCrtKey.getOtherPrimeInfo()
otherPrimeInfo を返します。 |
java.security.spec での RSAOtherPrimeInfo の使用 |
---|
RSAOtherPrimeInfo を返す java.security.spec のメソッド | |
---|---|
RSAOtherPrimeInfo[] |
RSAMultiPrimePrivateCrtKeySpec.getOtherPrimeInfo()
otherPrimeInfo の複製を返します。 |
RSAOtherPrimeInfo 型のパラメータを持つ java.security.spec のコンストラクタ | |
---|---|
RSAMultiPrimePrivateCrtKeySpec(BigInteger modulus,
BigInteger publicExponent,
BigInteger privateExponent,
BigInteger primeP,
BigInteger primeQ,
BigInteger primeExponentP,
BigInteger primeExponentQ,
BigInteger crtCoefficient,
RSAOtherPrimeInfo[] otherPrimeInfo)
PKCS#1 v2.1 に定義された modulus、publicExponent、privateExponent、primeP、primeQ、primeExponentP、primeExponentQ、crtCoefficient、および otherPrimeInfo を指定し、新しい RSAMultiPrimePrivateCrtKeySpec を作成します。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。