public abstract static class ECCurve.AbstractFp extends ECCurve
ECCurve.AbstractF2m, ECCurve.AbstractFp, ECCurve.Config, ECCurve.F2m, ECCurve.Fpa, b, cofactor, coord, COORD_AFFINE, COORD_HOMOGENEOUS, COORD_JACOBIAN, COORD_JACOBIAN_CHUDNOVSKY, COORD_JACOBIAN_MODIFIED, COORD_LAMBDA_AFFINE, COORD_LAMBDA_PROJECTIVE, COORD_SKEWED, endomorphism, field, multiplier, order| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFp(java.math.BigInteger q) |
| Modifier and Type | Method and Description |
|---|---|
protected ECPoint |
decompressPoint(int yTilde,
java.math.BigInteger X1) |
boolean |
isValidFieldElement(java.math.BigInteger x) |
checkPoint, checkPoints, checkPoints, cloneCurve, configure, createCacheSafeLookupTable, createDefaultMultiplier, createPoint, createPoint, createRawPoint, createRawPoint, decodePoint, equals, equals, fromBigInteger, getA, getAllCoordinateSystems, getB, getCofactor, getCoordinateSystem, getEndomorphism, getField, getFieldSize, getInfinity, getMultiplier, getOrder, getPreCompInfo, hashCode, importPoint, normalizeAll, normalizeAll, precompute, supportsCoordinateSystem, validatePoint, validatePointpublic boolean isValidFieldElement(java.math.BigInteger x)
isValidFieldElement in class ECCurveprotected ECPoint decompressPoint(int yTilde, java.math.BigInteger X1)
decompressPoint in class ECCurve