Interface ECPrivateKey

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

public interface ECPrivateKey
extends PrivateKey, ECKey
The interface for an Elliptic Curve (EC) private key.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static long serialVersionUID
    The serial version identifier.
  • Method Summary

    Modifier and Type Method Description
    BigInteger getS()
    Returns the private value S.

    Methods inherited from interface java.security.interfaces.ECKey

    getParams

    Methods inherited from interface java.security.Key

    getAlgorithm, getEncoded, getFormat
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      The serial version identifier.
      See Also:
      Constant Field Values
  • Method Details

    • getS

      BigInteger getS()
      Returns the private value S.
      Returns:
      the private value S.