|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.crypto.spec.DHPrivateKeySpec
public class DHPrivateKeySpec
関連したパラメータを使って Diffie-Hellman 非公開鍵を指定します。
このクラスは、指定されたパラメータの検査をいっさい行いません。したがって、指定された値が null であっても、それらが直接返されます。
DHPublicKeySpec
コンストラクタの概要 | |
---|---|
DHPrivateKeySpec(BigInteger x,
BigInteger p,
BigInteger g)
非公開鍵の値 x 、プライムモジュラス p 、およびベースジェネレータ g をとるコンストラクタです。 |
メソッドの概要 | |
---|---|
BigInteger |
getG()
ベースジェネレータ g を返します。 |
BigInteger |
getP()
prime モジュール 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 Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。