org.bouncycastle.jce.interfaces

Interface ECPrivateKey

All Superinterfaces:
ECKey, PrivateKey
Known Implementing Classes:
JCEECPrivateKey

public interface ECPrivateKey
extends ECKey, PrivateKey

interface for Elliptic Curve Private keys.

Method Summary

BigInteger
getD()
return the private value D.

Methods inherited from interface org.bouncycastle.jce.interfaces.ECKey

getParameters, getParams

Method Details

getD

public BigInteger getD()
return the private value D.