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