public class

ECPublicKeySpec

extends ECKeySpec
java.lang.Object
   ↳ org.bouncycastle.jce.spec.ECKeySpec
     ↳ org.bouncycastle.jce.spec.ECPublicKeySpec

Class Overview

Elliptic Curve public key specification

Summary

Public Constructors
ECPublicKeySpec(ECPoint q, ECParameterSpec spec)
base constructor
Public Methods
ECPoint getQ()
return the public point q
[Expand]
Inherited Methods
From class org.bouncycastle.jce.spec.ECKeySpec
From class java.lang.Object

Public Constructors

public ECPublicKeySpec (ECPoint q, ECParameterSpec spec)

base constructor

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

Public Methods

public ECPoint getQ ()

return the public point q