public interface

DHPublicKey

implements PublicKey DHKey
javax.crypto.interfaces.DHPublicKey

Class Overview

The interface to a Diffie-Hellman public key.

Summary

Constants
long serialVersionUID The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4.
[Expand]
Inherited Constants
From interface java.security.Key
From interface java.security.PublicKey
Public Methods
abstract BigInteger getY()
Returns the public value, y.
[Expand]
Inherited Methods
From interface java.security.Key
From interface javax.crypto.interfaces.DHKey

Constants

public static final long serialVersionUID

The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4.

Constant Value: -6628103563352519193 (0xa4043eed23df4de7)

Public Methods

public abstract BigInteger getY ()

Returns the public value, y.

Returns
  • the public value, y