パッケージ | 説明 |
---|---|
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, 2014, Oracle and/or its affiliates. All rights reserved.