Interface ECPublicKey

All Superinterfaces:
ECKey, Key, PublicKey, Serializable
public interface ECPublicKey
extends PublicKey, ECKey

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

Since:
1.5
See Also:
PublicKey, ECKey, ECPoint

Fields

Modifier and Type Field Description
static long serialVersionUID

The class fingerprint that is set to indicate serialization compatibility.

Methods

Modifier and Type Method Description
ECPoint getW()

Returns the public point W.

Methods declared in interface java.security.interfaces.ECKey

getParams

Methods declared in interface java.security.Key

getAlgorithm, getEncoded, getFormat

Fields

serialVersionUID

static final long serialVersionUID

The class fingerprint that is set to indicate serialization compatibility.

See Also:
Constant Field Values

Methods

getW

ECPoint getW()

Returns the public point W.

Returns:
the public point W.