Name

Interface javax.crypto.interfaces.DHKey

Description

This interface represents a key used in the Diffie-Hellman KeyAgreement implementation.

Interface Definition

public abstract interface javax.crypto.interfaces.DHKey {

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

See Also

DHPrivateKey, DHPublicKey

Get Java Cryptography 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.