public class ECPrivateKeySpec extends Object implements KeySpec
KeySpec
,
ECParameterSpec
Constructor and Description |
---|
ECPrivateKeySpec(BigInteger s,
ECParameterSpec params)
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(BigInteger s, ECParameterSpec params)
NullPointerException
- if s
or params
is null.s
- the private value.params
- the associated elliptic curve domain
parameters.public BigInteger getS()
public ECParameterSpec getParams()
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.