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