org.bouncycastle.jce.provider

Class JCEECPublicKey

public class JCEECPublicKey extends Object implements ECPublicKey, ECPointEncoder

Method Summary
booleanequals(Object o)
StringgetAlgorithm()
byte[]getEncoded()
StringgetFormat()
ECParameterSpecgetParameters()
ECParameterSpecgetParams()
ECPointgetQ()
inthashCode()
voidsetPointFormat(String style)
StringtoString()

Method Detail

equals

public boolean equals(Object o)

getAlgorithm

public String getAlgorithm()

getEncoded

public byte[] getEncoded()

getFormat

public String getFormat()

getParameters

public ECParameterSpec getParameters()

getParams

public ECParameterSpec getParams()

getQ

public ECPoint getQ()

hashCode

public int hashCode()

setPointFormat

public void setPointFormat(String style)

toString

public String toString()