Added in API level 1

ECPrivateKey

interface ECPrivateKey : PrivateKey, ECKey
java.security.interfaces.ECPrivateKey

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

Summary

Constants
static Long

The class fingerprint that is set to indicate serialization compatibility.

Public methods
abstract BigInteger!

Returns the private value S.

Inherited functions

Constants

serialVersionUID

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.