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
-
ident
-
-
getX()
- Returns the private value, x.
ident
public static final String ident
getX
public abstract BigInteger getX()
- Returns the private value, x.
- Returns:
- the private value, x
All Packages Class Hierarchy This Package Previous Next Index