Home » openjdk-7 » javax » crypto » interfaces » [javadoc | source]
javax.crypto.interfaces
public interface: DHPrivateKey [javadoc | source]

All Implemented Interfaces:
    PrivateKey, DHKey

The interface to a Diffie-Hellman private key.
Field Summary
static final  long serialVersionUID    The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4. 
Method from javax.crypto.interfaces.DHPrivateKey Summary:
getX
Method from javax.crypto.interfaces.DHPrivateKey Detail:
 public BigInteger getX()
    Returns the private value, x.