| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.security.spec.DSAParameterSpec
public class DSAParameterSpec
DSA アルゴリズムで使用されるパラメータのセットを指定します。
AlgorithmParameterSpec| コンストラクタの概要 | |
|---|---|
DSAParameterSpec(BigInteger p,
                 BigInteger q,
                 BigInteger g)
指定されたパラメータ値を使って新しい DSAParameterSpec を作成します。  | 
|
| メソッドの概要 | |
|---|---|
 BigInteger | 
getG()
ベース g を返します。 | 
 BigInteger | 
getP()
プライム p を返します。 | 
 BigInteger | 
getQ()
サブプライム q を返します。 | 
| クラス java.lang.Object から継承されたメソッド | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| コンストラクタの詳細 | 
|---|
public DSAParameterSpec(BigInteger p,
                        BigInteger q,
                        BigInteger g)
p - プライムq - サブプライムg - ベース| メソッドの詳細 | 
|---|
public BigInteger getP()
p を返します。
DSAParams 内の getPppublic BigInteger getQ()
q を返します。
DSAParams 内の getQqpublic BigInteger getG()
g を返します。
DSAParams 内の getGg
  | 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。