java.security.interfaces
Interface DSAPublicKey

All Superinterfaces:
DSAKey, Key, PublicKey, Serializable

public interface DSAPublicKey
extends DSAKey, PublicKey

This interface models a Digital Signature Algorithm (DSA) public key


Field Summary
static long serialVersionUID
          The version identifier used for serialization.
 
Method Summary
 BigInteger getY()
          This method returns the value of the DSA public key
 
Methods inherited from interface java.security.interfaces.DSAKey
getParams
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Field Detail

serialVersionUID

static final long serialVersionUID
The version identifier used for serialization.

See Also:
Constant Field Values
Method Detail

getY

BigInteger getY()
This method returns the value of the DSA public key