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.
  • Method Details

    • getD

      BigInteger getD()
      return the private value D.