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

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

Introduction

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

The text is from its open source code.

Constructor

EllipticCurve(ECField field, BigInteger a, BigInteger b)
Creates an elliptic curve with the specified elliptic field field and the coefficients a and b .

Method

BigIntegergetA()
Returns the first coefficient a of the elliptic curve.
BigIntegergetB()
Returns the second coefficient b of the elliptic curve.
ECFieldgetField()
Returns the finite field field that this elliptic curve is over.
byte[]getSeed()
Returns the seeding bytes seed used during curve generation.