|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--java.security.spec.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
|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Java、Java 2D、JDBC は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.