Package org.bouncycastle.jce.spec
Class ECPrivateKeySpec
java.lang.Object
org.bouncycastle.jce.spec.ECKeySpec
org.bouncycastle.jce.spec.ECPrivateKeySpec
- All Implemented Interfaces:
KeySpec
Elliptic Curve private key specification.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ECPrivateKeySpec
base constructor- Parameters:
d
- the private number for the key.spec
- the domain parameters for the curve being used.
-
-
Method Details
-
getD
return the private number D
-