Java org.bouncycastle.jce.spec ECParameterSpec fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.jce.spec ECParameterSpec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.jce.spec ECParameterSpec.

The text is from its open source code.

Constructor

Method

ECCurvegetCurve()
return the curve along which the base point lies.
ECPointgetG()
return the base point we are using for these domain parameters.
BigIntegergetH()
return the cofactor H to the order of G.
BigIntegergetN()
return the order N of G