org.bouncycastle.jce.interfaces

Interface ECPrivateKey

public interface ECPrivateKey extends ECKey, PrivateKey

interface for Elliptic Curve Private keys.
Method Summary
BigIntegergetD()
return the private value D.

Method Detail

getD

public BigInteger getD()
return the private value D.