org.bouncycastle.jce.spec

Class ECPublicKeySpec

Implemented Interfaces:
KeySpec

public class ECPublicKeySpec
extends ECKeySpec

Elliptic Curve public key specification

Constructor Summary

ECPublicKeySpec(ECPoint q, ECParameterSpec spec)
base constructor

Method Summary

ECPoint
getQ()
return the public point q

Methods inherited from class org.bouncycastle.jce.spec.ECKeySpec

getParams

Constructor Details

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 Details

getQ

public ECPoint getQ()
return the public point q