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