JavaTM Platform
Standard Ed. 6

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

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

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

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。