Interface ECPrivateKey
- All Superinterfaces:
AsymmetricKey, DEREncodablePREVIEW, Destroyable, ECKey, Key, PrivateKey, Serializable
- All Known Implementing Classes:
BCDSTU4145PrivateKey, BCECGOST3410_2012PrivateKey, BCECGOST3410PrivateKey, BCECPrivateKey, JCEECPrivateKey
interface for Elliptic Curve Private keys.
-
Field Summary
Fields inherited from interface PrivateKey
serialVersionUID -
Method Summary
Methods inherited from interface AsymmetricKey
getParamsMethods inherited from interface Destroyable
destroy, isDestroyedMethods inherited from interface ECKey
getParametersMethods inherited from interface Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getD
BigInteger getD()return the private value D.
-