| Constructor and Description |
|---|
ECPrivateKeySpec(BigInteger s,
ECParameterSpec params)
Creates a new
ECPrivateKeySpec with the specified private value
S and parameter specification. |
| Modifier and Type | Method and Description |
|---|---|
ECParameterSpec |
getParams()
Returns the domain parameter specification.
|
BigInteger |
getS()
Returns the private value
S. |
public ECPrivateKeySpec(BigInteger s, ECParameterSpec params)
ECPrivateKeySpec with the specified private value
S and parameter specification.s - the private value S.params - the domain parameter specification.public ECParameterSpec getParams()
public BigInteger getS()
S.S.