加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20121020214315/http://developer.android.com/reference/java/security/interfaces/ECPrivateKey.html
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

Since: API Level 1

The serial version identifier.

Constant Value: -7896394956925609184 (0x926a5e9fa2435b20)

Public Methods

public abstract BigInteger getS ()

Since: API Level 1

Returns the private value S.

Returns
  • the private value S.