java.lang.Object | ||
↳ | org.bouncycastle.jce.spec.ECKeySpec | |
↳ | org.bouncycastle.jce.spec.ECPrivateKeySpec |
Elliptic Curve private key specification.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
base constructor
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
return the private number D
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
base constructor
d | the private number for the key. |
---|---|
spec | the domain parameters for the curve being used. |