public class JDKGOST3410PublicKey extends Object implements GOST3410PublicKey
serialVersionUID
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
GOST3410Params |
getParameters() |
BigInteger |
getY() |
int |
hashCode() |
String |
toString() |
public String getAlgorithm()
getAlgorithm
in interface Key
public byte[] getEncoded()
getEncoded
in interface Key
public GOST3410Params getParameters()
getParameters
in interface GOST3410Key
public BigInteger getY()
getY
in interface GOST3410PublicKey
Copyright © 2015. All rights reserved.