org.bouncycastle.jce.spec

Class ECPublicKeySpec

public class ECPublicKeySpec extends ECKeySpec

Elliptic Curve public key specification
Constructor Summary
ECPublicKeySpec(ECPoint q, ECParameterSpec spec)
base constructor
Method Summary
ECPointgetQ()
return the public point q

Constructor Detail

ECPublicKeySpec

public ECPublicKeySpec(ECPoint q, ECParameterSpec spec)
base constructor

Parameters: q the public point on the curve. spec the domain parameters for the curve.

Method Detail

getQ

public ECPoint getQ()
return the public point q