|
Préférences
Moteurs de recherche
|
||||||||||||
JavaTM 2 Platform Std. Ed. v1.5.0
java.security.spec
|
Constructor Summary | |
---|---|
ECPrivateKeySpec(BigInteger s,
ECParameterSpec params)
Creates a new ECPrivateKeySpec with the specified parameter values. |
Method Summary | |
---|---|
ECParameterSpec |
getParams()
Returns the associated elliptic curve domain parameters. |
BigInteger |
getS()
Returns the private value S. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ECPrivateKeySpec(BigInteger s, ECParameterSpec params)
s
- the private value.params
- the associated elliptic curve domain
parameters.
NullPointerException
- if s
or params
is null.Method Detail |
---|
public BigInteger getS()
public ECParameterSpec getParams()