public interface DSAPublicKey extends DSAKey, java.security.PublicKey
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
The version identifier used for serialization.
|
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getY()
This method returns the value of the DSA public key
|
static final long serialVersionUID
java.math.BigInteger getY()