java.security.interfaces

Interface DSAPublicKey

public interface DSAPublicKey extends DSAKey, PublicKey

This interface models a Digital Signature Algorithm (DSA) public key
Field Summary
longserialVersionUID
The version identifier used for serialization.
Method Summary
BigIntegergetY()
This method returns the value of the DSA public key

Field Detail

serialVersionUID

public long serialVersionUID
The version identifier used for serialization.

Method Detail

getY

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