| 
 | Foundation 1.1.2 | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.security.spec.DSAPublicKeySpec
public class DSAPublicKeySpec
関連したパラメータを使って DSA 公開鍵を指定します。
Key, 
KeyFactory, 
KeySpec, 
DSAPrivateKeySpec, 
X509EncodedKeySpec| コンストラクタの概要 | |
|---|---|
| DSAPublicKeySpec(BigInteger y,
                 BigInteger p,
                 BigInteger q,
                 BigInteger g)指定されたパラメータ値を使って新しい DSAPublicKeySpec を作成します。 | |
| メソッドの概要 | |
|---|---|
|  BigInteger | getG()ベース gを返します。 | 
|  BigInteger | getP()プライム pを返します。 | 
|  BigInteger | getQ()サブプライム qを返します。 | 
|  BigInteger | getY()公開鍵 yを返します。 | 
| クラス java.lang.Object から継承されたメソッド | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| コンストラクタの詳細 | 
|---|
public DSAPublicKeySpec(BigInteger y,
                        BigInteger p,
                        BigInteger q,
                        BigInteger g)
y - 公開鍵p - プライムq - サブプライムg - ベース| メソッドの詳細 | 
|---|
public BigInteger getY()
y を返します。
ypublic BigInteger getP()
p を返します。
ppublic BigInteger getQ()
q を返します。
qpublic BigInteger getG()
g を返します。
g| 
 | Foundation 1.1.2 | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。