加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20121018221358/http://developer.android.com/reference/java/security/interfaces/ECPublicKey.html
to top
Android APIs
public interface

ECPublicKey

implements PublicKey ECKey
java.security.interfaces.ECPublicKey

Class Overview

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

Summary

Constants
long serialVersionUID The serial version identifier.
[Expand]
Inherited Constants
From interface java.security.Key
From interface java.security.PublicKey
Public Methods
abstract ECPoint getW()
Returns the public point W on an elliptic curve (EC).
[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: -3314988629879632826 (0xd1fecb679990cc46)

Public Methods

public abstract ECPoint getW ()

Since: API Level 1

Returns the public point W on an elliptic curve (EC).

Returns
  • the public point W on an elliptic curve (EC).