|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Object | +--java.security.spec.RSAKeyGenParameterSpec
RSA 鍵ペアを生成するために使用されるパラメータのセットを指定します。
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()
公開指数値を返します。 |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
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()
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
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.