Interface ECPrivateKey

All Superinterfaces:
ECKey, Key, PrivateKey, Serializable
All Known Implementing Classes:
BCECPrivateKey, JCEECPrivateKey

public interface ECPrivateKey
extends ECKey, PrivateKey
interface for Elliptic Curve Private keys.
  • Method Details

    • getD

      BigInteger getD()
      return the private value D.