May 1998
Intermediate to advanced
469 pages
14h 57m
English
Interface javax.crypto.interfaces.DHPrivateKey
This interface represents a private key in a Diffie-Hellman key agreement protocol.
public abstract interface javax.crypto.interfaces.DHPrivateKey
implements javax.crypto.interfaces.DHKey, java.security.PrivateKey {
// Instance Methods
public abstract BigInteger getX();
}
DHKey, DHPublicKey, PrivateKey