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.Copyright © 2017 BouncyCastle.org. All rights reserved.