Interface ECPrivateKey
- All Superinterfaces:
Destroyable
,ECKey
,Key
,PrivateKey
,Serializable
- All Known Implementing Classes:
JCEECPrivateKey
interface for Elliptic Curve Private keys.
-
Field Summary
Fields inherited from interface java.security.PrivateKey
serialVersionUID
-
Method Summary
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getD
BigInteger getD()return the private value D.
-