Package org.bouncycastle.jce.spec
Class ECPublicKeySpec
java.lang.Object
org.bouncycastle.jce.spec.ECKeySpec
org.bouncycastle.jce.spec.ECPublicKeySpec
- All Implemented Interfaces:
KeySpec
Elliptic Curve public key specification
-
Constructor Summary
-
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
-