Package org.bouncycastle.jce.interfaces
Interface ECPrivateKey
- All Superinterfaces:
ECKey,Key,PrivateKey,Serializable
- All Known Implementing Classes:
BCECPrivateKey,JCEECPrivateKey
public interface ECPrivateKey extends ECKey, PrivateKey
interface for Elliptic Curve Private keys.
-
Field Summary
Fields inherited from interface java.security.PrivateKey
serialVersionUID -
Method Summary
Modifier and Type Method Description BigIntegergetD()return the private value D.Methods inherited from interface org.bouncycastle.jce.interfaces.ECKey
getParametersMethods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getD
BigInteger getD()return the private value D.
-