Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.jce.spec.ECKeySpec
org.bouncycastle.jce.spec.ECPrivateKeySpec
public class ECPrivateKeySpec
extends ECKeySpec
Constructor Summary | |
|
Method Summary | |
BigInteger |
|
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.