public class RSAKeyGenParameterSpec extends Object implements AlgorithmParameterSpec
KeyPairGenerator.initialize(java.security.spec.AlgorithmParameterSpec)
修飾子と型 | フィールドと説明 |
---|---|
static BigInteger |
F0
公開指数値F0 = 3。
|
static BigInteger |
F4
公開指数値F4 = 65537。
|
コンストラクタと説明 |
---|
RSAKeyGenParameterSpec(int keysize, BigInteger publicExponent)
指定されたキー・サイズおよび公開指数値から新しい
RSAParameterSpec オブジェクトを構築します。 |
修飾子と型 | メソッドと説明 |
---|---|
int |
getKeysize()
キー・サイズを戻します。
|
BigInteger |
getPublicExponent()
公開指数値を返します。
|
public static final BigInteger F0
public static final BigInteger F4
public RSAKeyGenParameterSpec(int keysize, BigInteger publicExponent)
RSAParameterSpec
オブジェクトを構築します。keysize
- モジュラス・サイズ(ビット数で指定)publicExponent
- 公開指数public int getKeysize()
public BigInteger getPublicExponent()
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.