This interface defines an API that must be
implemented by all elliptic curve public keys.
Figure 14-79. java.security.interfaces.ECPublicKey

public interface ECPublicKey extends ECKeyjava.security.PublicKey {
// Public Constants
public static final long serialVersionUID ; =-3314988629879632826
// Public Instance Methods
java.security.spec.ECPoint getW ( );
}