KeySpec
, ECParameterSpec
Modifier and Type | Field and Description |
---|---|
private final ECParameterSpec | |
private final BigInteger |
Access | Constructor and Description |
---|---|
public | ECPrivateKeySpec(BigInteger
the private value. s, ECParameterSpec the associated elliptic curve domain
parameters. params)Creates a new ECPrivateKeySpec 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 BigInteger |
params | back to summary |
---|---|
private final ECParameterSpec params |
s | back to summary |
---|---|
private final BigInteger s |
ECPrivateKeySpec | back to summary |
---|---|
public ECPrivateKeySpec(BigInteger s, ECParameterSpec params) Creates a new ECPrivateKeySpec with the specified parameter values.
|
getParams | back to summary |
---|---|
public ECParameterSpec getParams() Returns the associated elliptic curve domain parameters.
|
getS | back to summary |
---|---|
public BigInteger getS() Returns the private value S.
|