java.security.interfaces
public interface: DSAPublicKey [javadoc |
source]
All Implemented Interfaces:
DSAKey, PublicKey
The interface to a DSA public key. DSA (Digital Signature Algorithm)
is defined in NIST's FIPS-186.
| Field Summary |
|---|
| static final long | serialVersionUID | The class fingerprint that is set to indicate
serialization compatibility with a previous
version of the class. |
| Method from java.security.interfaces.DSAPublicKey Summary: |
|---|
|
getY |
| Method from java.security.interfaces.DSAPublicKey Detail: |
public BigInteger getY()
Returns the value of the public key, y. |