org.bouncycastle.jce.spec
public class ECPublicKeySpec extends ECKeySpec
| Constructor Summary | |
|---|---|
| ECPublicKeySpec(ECPoint q, ECParameterSpec spec)
base constructor
| |
| Method Summary | |
|---|---|
| ECPoint | getQ()
return the public point q |
Parameters: q the public point on the curve. spec the domain parameters for the curve.