public interface

ECPrivateKey

implements PrivateKey ECKey
java.security.interfaces.ECPrivateKey
Known Indirect Subclasses

Class Overview

The interface to an elliptic curve (EC) private key.

See Also

Summary

Constants
long serialVersionUID The class fingerprint that is set to indicate serialization compatibility.
[Expand]
Inherited Constants
From interface java.security.Key
From interface java.security.PrivateKey
Public Methods
abstract BigInteger getS()
Returns the private value S.
[Expand]
Inherited Methods
From interface java.security.Key
From interface java.security.interfaces.ECKey

Constants

public static final long serialVersionUID

The class fingerprint that is set to indicate serialization compatibility.

Constant Value: -7896394956925609184 (0x926a5e9fa2435b20)

Public Methods

public abstract BigInteger getS ()

Returns the private value S.

Returns
  • the private value S.