Name

Interface javax.crypto.interfaces.DHKey

Synopsis

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

Interface Definition

public interface javax.crypto.interfaces.DHKey {

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

See also

DHPrivateKey, DHPublicKey

Get Java Security, 2nd Edition 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.