Java java.security.spec ECPublicKeySpec fields, constructors, methods, implement or subclass

Example usage for Java java.security.spec ECPublicKeySpec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.spec ECPublicKeySpec.

The text is from its open source code.

Constructor

ECPublicKeySpec(ECPoint w, ECParameterSpec params)
Creates a new ECPublicKeySpec with the specified parameter values.

Method

ECParameterSpecgetParams()
Returns the associated elliptic curve domain parameters.