public class ECPrivateKeySpec extends Objectimplements KeySpec
KeySpec,
ECParameterSpec
| Constructor and Description |
|---|
ECPrivateKeySpec(BigInteger
Creates a new ECPrivateKeySpec with the specified parameter values.
|
| Modifier and Type | Method and Description |
|---|---|
ECParameterSpec |
getParams()
Returns the associated elliptic curve domain parameters.
|
BigInteger |
getS()
Returns the private value S.
|
public ECPrivateKeySpec(BigIntegers, ECParameterSpec params)
s - the private value.
params - the associated elliptic curve domain parameters.
NullPointerException - if
s or
params is null.
public BigIntegergetS()
public ECParameterSpecgetParams()