public class CurveFp extends Curve
| Constructor and Description |
|---|
CurveFp(Field aField,
java.math.BigInteger aA,
java.math.BigInteger aB) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
onCurve(java.math.BigInteger aAffineX,
java.math.BigInteger aAffineY) |
public CurveFp(Field aField, java.math.BigInteger aA, java.math.BigInteger aB) throws EllipticCurveException
aA - aB - EllipticCurveExceptionCopyright © 2025. All rights reserved.