|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.security.spec.RSAKeyGenParameterSpec
public class 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 Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。