| Constructor and Description |
|---|
ECPublicKeySpec(ECPoint w,
ECParameterSpec params)
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(ECPoint w, 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_INFINITYpublic ECPoint getW()
public ECParameterSpec getParams()