java.security.interfaces
public interface DSAPublicKey extends DSAKey, PublicKey
| Field Summary | |
|---|---|
| long | serialVersionUID
The version identifier used for serialization. |
| Method Summary | |
|---|---|
| BigInteger | getY()
This method returns the value of the DSA public key |