Example usage for Java java.security.spec ECPublicKeySpec fields, constructors, methods, implement or subclass
The text is from its open source code.
ECPublicKeySpec(ECPoint w, ECParameterSpec params) Creates a new ECPublicKeySpec with the specified parameter values. |
ECParameterSpec | getParams() Returns the associated elliptic curve domain parameters. |