Added in API level 1

ECPublicKey

interface ECPublicKey : PublicKey, ECKey
java.security.interfaces.ECPublicKey

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

Summary

Constants
static Long

The class fingerprint that is set to indicate serialization compatibility.

Public methods
abstract ECPoint!

Returns the public point W.

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: -3314988629879632826L

Public methods

getW

Added in API level 1
abstract fun getW(): ECPoint!

Returns the public point W.

Return
ECPoint! the public point W.