|
Bouncy Castle Cryptography 1.11 API Specification: Interface ECPrivateKey
org.bouncycastle.jce.interfaces
Interface ECPrivateKey
- All Superinterfaces:
- ECKey, java.security.Key, java.security.PrivateKey, java.io.Serializable
- All Known Implementing Classes:
- JCEECPrivateKey
- public interface ECPrivateKey
- extends ECKey, java.security.PrivateKey
interface for Elliptic Curve Private keys.
Fields inherited from interface java.security.PrivateKey |
serialVersionUID |
Method Summary |
java.math.BigInteger |
getD()
return the private value D. |
Methods inherited from interface org.bouncycastle.jce.interfaces.ECKey |
getParams |
Methods inherited from interface java.security.Key |
getAlgorithm, getEncoded, getFormat |
getD
public java.math.BigInteger getD()
- return the private value D.
|