public interface

DHPrivateKey

implements PrivateKey DHKey
javax.crypto.interfaces.DHPrivateKey

Class Overview

The interface to a Diffie-Hellman private key.

See Also

Summary

Constants
long serialVersionUID The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4.
[Expand]
Inherited Constants
From interface java.security.Key
From interface java.security.PrivateKey
Public Methods
abstract BigInteger getX()
Returns the private value, x.
[Expand]
Inherited Methods
From interface java.security.Key
From interface javax.crypto.interfaces.DHKey

Constants

public static final long serialVersionUID

The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4.

Constant Value: 2211791113380396553 (0x1eb1dc4c8e677e09)

Public Methods

public abstract BigInteger getX ()

Returns the private value, x.

Returns
  • the private value, x