Example usage for Java java.security.spec EllipticCurve fields, constructors, methods, implement or subclass
The text is from its open source code.
EllipticCurve(ECField field, BigInteger a, BigInteger b) Creates an elliptic curve with the specified elliptic field field and the coefficients a and b . |
BigInteger | getA() Returns the first coefficient a of the elliptic curve. |
BigInteger | getB() Returns the second coefficient b of the elliptic curve. |
ECField | getField() Returns the finite field field that this elliptic curve is over. |
byte[] | getSeed() Returns the seeding bytes seed used during curve generation. |