public class JDKDSAPublicKey extends Object implements DSAPublicKey
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
DSAParams |
getParams() |
BigInteger |
getY() |
int |
hashCode() |
String |
toString() |
public String getAlgorithm()
getAlgorithm in interface Keypublic byte[] getEncoded()
getEncoded in interface Keypublic BigInteger getY()
getY in interface DSAPublicKeyCopyright © 2015. All rights reserved.