public class

JDKGOST3410PublicKey

extends Object
implements GOST3410PublicKey
java.lang.Object
   ↳ org.bouncycastle.jce.provider.JDKGOST3410PublicKey

Summary

[Expand]
Inherited Constants
From interface java.security.Key
From interface java.security.PublicKey
Public Methods
boolean equals(Object o)
String getAlgorithm()
byte[] getEncoded()
String getFormat()
GOST3410Params getParameters()
BigInteger getY()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.security.Key
From interface org.bouncycastle.jce.interfaces.GOST3410Key
From interface org.bouncycastle.jce.interfaces.GOST3410PublicKey

Public Methods

public boolean equals (Object o)

public String getAlgorithm ()

public byte[] getEncoded ()

public String getFormat ()

public GOST3410Params getParameters ()

public BigInteger getY ()

public int hashCode ()

public String toString ()