org.bouncycastle.jce.provider

Class JDKGOST3410PublicKey

Implemented Interfaces:
GOST3410Key, GOST3410PublicKey, PublicKey

public class JDKGOST3410PublicKey
extends java.lang.Object
implements GOST3410PublicKey

Method Summary

String
getAlgorithm()
byte[]
getEncoded()
String
getFormat()
GOST3410Params
getParameters()
BigInteger
getY()
String
toString()

Method Details

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


toString

public String toString()