Package org.bouncycastle.jce.spec
Class ECPublicKeySpec
java.lang.Object
org.bouncycastle.jce.spec.ECKeySpec
org.bouncycastle.jce.spec.ECPublicKeySpec
- All Implemented Interfaces:
KeySpec
public class ECPublicKeySpec extends ECKeySpec
Elliptic Curve public key specification
-
Constructor Summary
Constructors Constructor Description ECPublicKeySpec(ECPoint q, ECParameterSpec spec)base constructor -
Method Summary
-
Constructor Details
-
ECPublicKeySpec
base constructor- Parameters:
q- the public point on the curve.spec- the domain parameters for the curve.
-
-
Method Details
-
getQ
return the public point q
-