org.bouncycastle.jce.provider

Class JDKGOST3410PublicKey

public class JDKGOST3410PublicKey extends Object implements GOST3410PublicKey

Method Summary
booleanequals(Object o)
StringgetAlgorithm()
byte[]getEncoded()
StringgetFormat()
GOST3410ParamsgetParameters()
BigIntegergetY()
inthashCode()
StringtoString()

Method Detail

equals

public boolean equals(Object o)

getAlgorithm

public String getAlgorithm()

getEncoded

public byte[] getEncoded()

getFormat

public String getFormat()

getParameters

public GOST3410Params getParameters()

getY

public BigInteger getY()

hashCode

public int hashCode()

toString

public String toString()