The interface to a DSA public key. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.
See Also
Constant Summary
long | serialVersionUID | The class fingerprint that is set to indicate serialization compatibility with a previous version of the class. |
Inherited Constant Summary
Public Method Summary
abstract BigInteger |
getY()
Returns the value of the public key,
y . |
Inherited Method Summary
Constants
public static final long serialVersionUID
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
Constant Value:
1234526332779022332
Public Methods
public abstract BigInteger getY ()
Returns the value of the public key, y
.
Returns
- the value of the public key,
y
.