public class

ECPrivateKeySpec

extends ECKeySpec
java.lang.Object
   ↳ org.bouncycastle.jce.spec.ECKeySpec
     ↳ org.bouncycastle.jce.spec.ECPrivateKeySpec

Class Overview

Elliptic Curve private key specification.

Summary

Public Constructors
ECPrivateKeySpec(BigInteger d, ECParameterSpec spec)
base constructor
Public Methods
BigInteger getD()
return the private number D
[Expand]
Inherited Methods
From class org.bouncycastle.jce.spec.ECKeySpec
From class java.lang.Object

Public Constructors

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.

Public Methods

public BigInteger getD ()

return the private number D