- すべてのスーパー・インタフェース:
- Destroyable,- DHKey,- Key,- PrivateKey,- Serializable
public interface DHPrivateKey extends DHKey, PrivateKey
Diffie-Hellman非公開キーのインタフェースです。
- 導入されたバージョン:
- 1.4
- 関連項目:
- DHKey,- DHPublicKey
- 
フィールドのサマリーフィールド 修飾子と型 フィールド 説明 static longserialVersionUIDDeprecated.インタフェース内のserialVersionUIDフィールドは無効です。
- 
メソッドのサマリー修飾子と型 メソッド 説明 BigIntegergetX()非公開値xを返します。
- 
フィールド詳細- 
serialVersionUID@Deprecated static final long serialVersionUIDDeprecated.インタフェース内のserialVersionUIDフィールドは無効です。 使用しないでください; 代替なし。J2SE 1.4以降、直列化の互換性を示すために設定される、クラスのフィンガ・プリントです。- 関連項目:
- 定数フィールド値
 
 
- 
- 
メソッドの詳細- 
getXBigInteger getX()非公開値xを返します。- 戻り値:
- 非公開値x
 
 
-