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

Variable Index

 o ident

Method Index

 o getX()
Returns the private value, x.

Variables

 o ident
 public static final String ident

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