Interface ECPrivateKey

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

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

    • getD

      BigInteger getD()
      return the private value D.
    • getParams

      ECParameterSpec getParams()
      Description copied from interface: ECKey
      return a parameter specification representing the EC domain parameters for the key.
      Specified by:
      getParams in interface ECKey