| Bouncy Castle Cryptography Library 1.39 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.jce.spec.ECKeySpecorg.bouncycastle.jce.spec.ECPrivateKeySpecpublic class ECPrivateKeySpecextends ECKeySpecConstructor 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.