| Constructor | Description | 
|---|---|
| ECPublicKeySpec(ECPoint w,
               ECParameterSpec params) | Creates a new ECPublicKeySpec with the specified
 parameter values. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| ECParameterSpec | getParams() | Returns the associated elliptic curve domain
 parameters. | 
| ECPoint | getW() | Returns the public point W. | 
public ECPublicKeySpec(ECPoint w, ECParameterSpec params)
w - the public point.params - the associated elliptic curve domain
 parameters.NullPointerException - if w
 or params is null.IllegalArgumentException - if w
 is point at infinity, i.e. ECPoint.POINT_INFINITYpublic ECPoint getW()
public ECParameterSpec getParams()
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2025, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.