org.bouncycastle.jce.spec
public class ECPrivateKeySpec extends ECKeySpec
| Constructor Summary | |
|---|---|
| ECPrivateKeySpec(BigInteger d, ECParameterSpec spec)
base constructor
| |
| Method Summary | |
|---|---|
| BigInteger | getD()
return the private number D |
Parameters: d the private number for the key. spec the domain parameters for the curve being used.