Added in API level 1

ECPrivateKey

interface ECPrivateKey : ECKey, PrivateKey

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

Constants
static Long

The class fingerprint that is set to indicate serialization compatibility.

Public methods
abstract BigInteger!

Returns the private value S.

Inherited functions
ECParameterSpec! getParams()

Returns the domain parameters associated with this key. The domain parameters are either explicitly specified or implicitly created during key generation.

Constants

serialVersionUID

Added in API level 1
Deprecated in API level 35
static val serialVersionUID: Long

Deprecated: A serialVersionUID field in an interface is ineffectual. Do not use; no replacement.

The class fingerprint that is set to indicate serialization compatibility.

Value: -7896394956925609184L

Public methods

getS

Added in API level 1
abstract fun getS(): BigInteger!

Returns the private value S.

Return
BigInteger! the private value S.