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

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

Introduction

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

The text is from its open source code.

Constructor

ECParameterSpec(EllipticCurve curve, ECPoint g, BigInteger n, int h)
Creates elliptic curve domain parameters based on the specified values.

Method

intgetCofactor()
Returns the cofactor.
EllipticCurvegetCurve()
Returns the elliptic curve that this parameter defines.
ECPointgetGenerator()
Returns the generator which is also known as the base point.
BigIntegergetOrder()
Returns the order of the generator.