This
class is an immutable representation of a public key for elliptic
curve cryptography.

public class ECPublicKeySpec implements KeySpec {
// Public Constructors
public ECPublicKeySpec(ECPoint w, ECParameterSpec params);
// Public Instance Methods
public ECParameterSpec getParams( );
public ECPoint getW( );
}