Package org.bouncycastle.jce.spec
Class ECPrivateKeySpec
- java.lang.Object
-
- org.bouncycastle.jce.spec.ECKeySpec
-
- org.bouncycastle.jce.spec.ECPrivateKeySpec
-
-
Constructor Summary
Constructors Constructor Description ECPrivateKeySpec(BigInteger d, ECParameterSpec spec)
base constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigInteger
getD()
return the private number D
-
-
-
Constructor Detail
-
ECPrivateKeySpec
public ECPrivateKeySpec(BigInteger d, ECParameterSpec spec)
base constructor- Parameters:
d
- the private number for the key.spec
- the domain parameters for the curve being used.
-
-
Method Detail
-
getD
public BigInteger getD()
return the private number D
-
-