JavaTM 2
Platform
Std. Ed. v1.4.0

クラス
java.security.spec.RSAOtherPrimeInfo の使用

RSAOtherPrimeInfo を使用しているパッケージ
java.security.interfaces RSA Laboratory Technical Note PKCS#1 で定義されている RSA (Rivest, Shamir and Adleman AsymmetricCipher algorithm) 鍵、および NIST の FIPS-186 で定義されている DSA (Digital Signature Algorithm) 鍵を生成するためのインタフェースを提供します。  
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 2
Platform
Std. Ed. v1.4.0

バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。

Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.