Name

Interface javax.crypto.interfaces.DHPrivateKey

Description

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 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.