Package org.bouncycastle.jce.spec
Class ECPublicKeySpec
- java.lang.Object
-
- org.bouncycastle.jce.spec.ECKeySpec
-
- org.bouncycastle.jce.spec.ECPublicKeySpec
-
- All Implemented Interfaces:
java.security.spec.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ECPoint
getQ()
return the public point q
-
-
-
Constructor Detail
-
ECPublicKeySpec
public ECPublicKeySpec(ECPoint q, ECParameterSpec spec)
base constructor- Parameters:
q
- the public point on the curve.spec
- the domain parameters for the curve.
-
-
Method Detail
-
getQ
public ECPoint getQ()
return the public point q
-
-