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