Name

Interface javax.crypto.interfaces.DHPublicKey

Synopsis

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

Interface Definition

public interface javax.crypto.interfaces.DHPublicKey
  implements javax.crypto.interfaces.DHKey, java.security.PublicKey {

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

See also

DHKey, DHPrivateKey, PublicKey

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.