| Constructor and Description |
|---|
ECPublicKeySpec(ECPoint q,
ECParameterSpec spec)
base constructor
|
| Modifier and Type | Method and 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()
Copyright © 2015. All rights reserved.