The interface to a Diffie-Hellman public key.
See Also
Constant Summary
long | serialVersionUID | The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4. |
Inherited Constant Summary
Public Method Summary
abstract BigInteger |
getY()
Returns the public value,
y . |
Inherited Method Summary
Constants
public static final long serialVersionUID
The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4.
Constant Value:
-6628103563352519193
Public Methods
public abstract BigInteger getY ()
Returns the public value, y
.
Returns
- the public value,
y