JavaTM 2 Platform
Standard Ed. 5.0

javax.crypto.spec
クラス DHPrivateKeySpec

java.lang.Object
  上位を拡張 javax.crypto.spec.DHPrivateKeySpec
すべての実装されたインタフェース:
KeySpec

public class DHPrivateKeySpec
extends Object
implements KeySpec

関連したパラメータを使って Diffie-Hellman 非公開鍵を指定します。

導入されたバージョン:
1.4
関連項目:
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
 

コンストラクタの詳細

DHPrivateKeySpec

public DHPrivateKeySpec(BigInteger x,
BigInteger p,
BigInteger g)
非公開値 x、プライムモジュラス p、ベースジェネレータ g を取るコンストラクタです。

パラメータ:
x - 非公開値 x
p - プライムモジュラス p
g - ベースジェネレータ g
メソッドの詳細

getX

public BigInteger getX()
非公開鍵の値 x を返します。

戻り値:
非公開鍵の値 x

getP

public BigInteger getP()
プライムモジュラス p を返します。

戻り値:
プライムモジュラス p

getG

public BigInteger getG()
ベースジェネレータ g を返します。

戻り値:
ベースジェネレータ g

JavaTM 2 Platform
Standard Ed. 5.0

バ グの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。