public abstract static class ECCurve.AbstractFp extends ECCurve
ECCurve.AbstractF2m, ECCurve.AbstractFp, ECCurve.Config, ECCurve.F2m, ECCurve.Fp
a, 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 |
ECCurve.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, 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, setPreCompInfo, supportsCoordinateSystem, validatePoint, validatePoint
public boolean isValidFieldElement(java.math.BigInteger x)
isValidFieldElement
in class ECCurve
protected ECPoint decompressPoint(int yTilde, java.math.BigInteger X1)
decompressPoint
in class ECCurve