Name

Interface javax.crypto.interfaces.DHPrivateKey

Synopsis

This interface represents a private key in a Diffie-Hellman key agreement protocol.

Interface Definition

public abstract interface javax.crypto.interfaces.DHPrivateKey
  implements javax.crypto.interfaces.DHKey, java.security.PrivateKey {

	// Instance Methods
	public abstract BigInteger getX();
}

See also:

DHKey, DHPublicKey, PrivateKey

Get Java Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.