Android Studio Sign in

ECPublicKey

public interface ECPublicKey
implements ECKey, PublicKey

java.security.interfaces.ECPublicKey


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

Summary

Constants

long serialVersionUID

This constant was deprecated in API level 35. A serialVersionUID field in an interface is ineffectual. Do not use; no replacement.

Inherited constants

Public methods

abstract ECPoint getW()

Returns the public point W.

Inherited methods

Constants

serialVersionUID

Added in API level 1
Deprecated in API level 35
public static final long serialVersionUID

This constant was deprecated in API level 35.
A serialVersionUID field in an interface is ineffectual. Do not use; no replacement.

The class fingerprint that is set to indicate serialization compatibility.

Constant Value: -3314988629879632826 (0xd1fecb679990cc46)

Public methods

getW

Added in API level 1
public abstract ECPoint getW ()

Returns the public point W.

Returns
ECPoint the public point W.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.