Package Summary  Overview Summary

class:ECPublicKey [NONE]

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

field:serialVersionUID [NONE]

  • serialVersionUID

    @Deprecatedstatic final  long serialVersionUID
    Deprecated.
    A serialVersionUID field in an interface is ineffectual. Do not use; no replacement.
    The class fingerprint that is set to indicate serialization compatibility.
    See Also:
    Constant Field Values

method:getW() [NONE]

  • getW

    ECPoint getW()
    Returns the public point W.
    Returns:
    the public point W.

© 2020 Oracle Corporation and/or its affiliates