| パッケージ | 説明 | 
|---|---|
| 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 | 鍵仕様およびアルゴリズムパラメータ仕様のクラスおよびインタフェースを提供します。 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
| RSAOtherPrimeInfo[] | RSAMultiPrimePrivateCrtKey. getOtherPrimeInfo()otherPrimeInfo を返します。2 つの素因数 (p と q) だけしかない場合は null を返します。 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
| RSAOtherPrimeInfo[] | RSAMultiPrimePrivateCrtKeySpec. getOtherPrimeInfo()otherPrimeInfo の複製を返します。2 つの素因数 (p と q) だけしかない場合は null を返します。 | 
| コンストラクタと説明 | 
|---|
| 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を作成します。 | 
 バグまたは機能を送信 
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.