public interface

ECPublicKey

implements PublicKey ECKey
java.security.interfaces.ECPublicKey
Known Indirect Subclasses

Class Overview

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

Summary

Constants
long serialVersionUID The class fingerprint that is set to indicate serialization compatibility.
[Expand]
Inherited Constants
From interface java.security.Key
From interface java.security.PublicKey
Public Methods
abstract ECPoint getW()
Returns the public point W.
[Expand]
Inherited Methods
From interface java.security.Key
From interface java.security.interfaces.ECKey

Constants

public static final long serialVersionUID

The class fingerprint that is set to indicate serialization compatibility.

Constant Value: -3314988629879632826 (0xd1fecb679990cc46)

Public Methods

public abstract ECPoint getW ()

Returns the public point W.

Returns
  • the public point W.