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 Key
public byte[] getEncoded()
getEncoded
in interface Key
public BigInteger getY()
getY
in interface DSAPublicKey
Copyright © 2015. All rights reserved.