to top
Android APIs
public interface

ECPrivateKey

implements PrivateKey ECKey
java.security.interfaces.ECPrivateKey

Class Overview

The interface for an Elliptic Curve (EC) private key.

Summary

Constants
long serialVersionUID The serial version identifier.
[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

Added in API level 1

The serial version identifier.

Constant Value: -7896394956925609184 (0x926a5e9fa2435b20)

Public Methods

public abstract BigInteger getS ()

Added in API level 1

Returns the private value S.

Returns
  • the private value S.