All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface javax.crypto.interfaces.DHPrivateKey

public interface DHPrivateKey
extends DHKey, PrivateKey
The interface to a Diffie-Hellman private key.

See Also:
DHKey, DHPublicKey

Method Index

 o getX()
Returns the private value, x.

Methods

 o getX
public abstract BigInteger getX()
Returns the private value, x.

Returns:
the private value, x

All Packages  Class Hierarchy  This Package  Previous  Next  Index