Package org.bouncycastle.jce.interfaces
Interface ECPrivateKey
-
- All Superinterfaces:
Destroyable
,ECKey
,Key
,PrivateKey
,Serializable
- All Known Implementing Classes:
BCDSTU4145PrivateKey
,BCECGOST3410_2012PrivateKey
,BCECGOST3410PrivateKey
,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigInteger
getD()
return the private value D.-
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed
-
Methods inherited from interface org.bouncycastle.jce.interfaces.ECKey
getParameters
-
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
-
-
-
Method Detail
-
getD
BigInteger getD()
return the private value D.
-
-