File
Doc
Category
Size
Date
Package
ECPrivateKey.java
API Doc
Azureus 3.0.3.4
304
Tue Jun 08 05:13:02 BST 2004
org.bouncycastle.jce.interfaces
ECPrivateKey
public interface ECPrivateKey implements PrivateKey, ECKey
interface for Elliptic Curve Private keys.
Fields Summary
Constructors Summary
Methods Summary
public
java.math.BigInteger
getD
()
return the private value D.
Java Code Source