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