| Constructor and Description |
|---|
ECPublicKeySpec(ECPoint
Creates a new ECPublicKeySpec with the specified parameter values.
|
| Modifier and Type | Method and Description |
|---|---|
ECParameterSpec |
getParams()
Returns the associated elliptic curve domain parameters.
|
ECPoint |
getW()
Returns the public point W.
|
public ECPublicKeySpec(ECPointw, ECParameterSpec params)
w - the public point.
params - the associated elliptic curve domain parameters.
NullPointerException - if
w or
params is null.
IllegalArgumentException - if
w is point at infinity, i.e. ECPoint.POINT_INFINITY
public ECPointgetW()
public ECParameterSpecgetParams()