|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--javax.crypto.spec.DHPrivateKeySpec
関連したパラメータを使って Diffie-Hellman 非公開鍵を指定します。
DHPublicKeySpec
コンストラクタの概要 | |
DHPrivateKeySpec(BigInteger x,
BigInteger p,
BigInteger g)
非公開鍵の値 x 、プライムモジュラス p 、およびベースジェネレータ g をとるコンストラクタです。 |
メソッドの概要 | |
BigInteger |
getG()
ベースジェネレータ g を返します。 |
BigInteger |
getP()
プライムモジュラス p を返します。 |
BigInteger |
getX()
非公開鍵の値 x を返します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public DHPrivateKeySpec(BigInteger x, BigInteger p, BigInteger g)
x
、プライムモジュラス p
、およびベースジェネレータ g
をとるコンストラクタです。
x
- 非公開鍵の値 xp
- プライムモジュラス pg
- ベースジェネレータ gメソッドの詳細 |
public BigInteger getX()
x
を返します。
x
public BigInteger getP()
p
を返します。
p
public BigInteger getG()
g
を返します。
g
|
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.