Interface ECPrivateKey
- All Superinterfaces:
AsymmetricKey, DEREncodablePREVIEW, Destroyable, ECKey, Key, PrivateKey, Serializable
- All Known Implementing Classes:
JCEECPrivateKey
interface for Elliptic Curve Private keys.
-
Field Summary
Fields inherited from interface PrivateKey
serialVersionUID -
Method Summary
Modifier and TypeMethodDescriptiongetD()return the private value D.return a parameter specification representing the EC domain parameters for the key.Methods inherited from interface Destroyable
destroy, isDestroyedMethods inherited from interface Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getD
BigInteger getD()return the private value D. -
getParams
ECParameterSpec getParams()Description copied from interface:ECKeyreturn a parameter specification representing the EC domain parameters for the key.- Specified by:
getParamsin interfaceAsymmetricKey- Specified by:
getParamsin interfaceECKey
-