| java.lang.Object | |
| ↳ | java.security.spec.ECPrivateKeySpec |
The parameters specifying an Elliptic Curve (EC) private key.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates a new
ECPrivateKeySpec
with the specified private value
S
and parameter specification.
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Returns the domain parameter specification.
|
||||||||||
|
|
Returns the private value
S
.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||
Creates a new
ECPrivateKeySpec
with the specified private value
S
and parameter specification.
| s |
the private value
S
.
|
|---|---|
| params | the domain parameter specification. |
Returns the domain parameter specification.
Returns the private value
S
.
S
.