KeySpec
, ECPoint
, ECParameterSpec
Modifier and Type | Field and Description |
---|---|
private final ECParameterSpec | |
private final ECPoint |
Access | Constructor and Description |
---|---|
public | ECPublicKeySpec(ECPoint
the public point. w, ECParameterSpec the associated elliptic curve domain
parameters. params)Creates a new ECPublicKeySpec with the specified parameter values. |
Modifier and Type | Method and Description |
---|---|
public ECParameterSpec | Returns: the EC domain parameters.Returns the associated elliptic curve domain parameters. |
public ECPoint |
params | back to summary |
---|---|
private final ECParameterSpec params |
w | back to summary |
---|---|
private final ECPoint w |
ECPublicKeySpec | back to summary |
---|---|
public ECPublicKeySpec(ECPoint w, ECParameterSpec params) Creates a new ECPublicKeySpec with the specified parameter values.
|
getParams | back to summary |
---|---|
public ECParameterSpec getParams() Returns the associated elliptic curve domain parameters.
|
getW | back to summary |
---|---|
public ECPoint getW() Returns the public point W.
|