Name

Interface javax.crypto.interfaces.DHKey

Synopsis

This interface represents a public or private key used the Diffie-Hellman key agreement implementation.

Interface Definition

public abstract interface javax.crypto.interfaces.DHKey {

	// Instance Methods
	public abstract DHParameterSpec getParams();
}

See also:

DHPrivateKey, DHPublicKey

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.