| Constructor and Description |
|---|
ECPublicKeySpec(ECPoint w,
ECParameterSpec params)
Creates a new
ECPublicKey with the specified public elliptic
curve point and parameter specification. |
| Modifier and Type | Method and Description |
|---|---|
ECParameterSpec |
getParams()
Returns the domain parameter specification.
|
ECPoint |
getW()
Returns the public elliptic curve point
W. |
public ECPublicKeySpec(ECPoint w, ECParameterSpec params)
ECPublicKey with the specified public elliptic
curve point and parameter specification.w - the public elliptic curve point W.params - the domain parameter specification.IllegalArgumentException - if the specified point W is at infinity.public ECParameterSpec getParams()
public ECPoint getW()
W.W.