public class ECPublicKeySpec extends ECKeySpec
Constructor and Description |
---|
ECPublicKeySpec(ECPoint q,
ECParameterSpec spec)
base constructor
|
public ECPublicKeySpec(ECPoint q, ECParameterSpec spec)
q
- the public point on the curve.spec
- the domain parameters for the curve.public ECPoint getQ()