org.bouncycastle.jce.provider

Class JDKGOST3410PublicKey

Implemented Interfaces:
GOST3410Key, GOST3410PublicKey, PublicKey

public class JDKGOST3410PublicKey
extends java.lang.Object
implements GOST3410PublicKey

Method Summary

boolean
equals(Object o)
String
getAlgorithm()
byte[]
getEncoded()
String
getFormat()
GOST3410Params
getParameters()
BigInteger
getY()
int
hashCode()
String
toString()

Method Details

equals

public boolean equals(Object o)

getAlgorithm

public String getAlgorithm()

getEncoded

public byte[] getEncoded()

getFormat

public String getFormat()

getParameters

public GOST3410Params getParameters()
Specified by:
getParameters in interface GOST3410Key

getY

public BigInteger getY()
Specified by:
getY in interface GOST3410PublicKey

hashCode

public int hashCode()

toString

public String toString()