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 |
AbstractFp(BigInteger q) |
Modifier and Type | Method and Description |
---|---|
protected ECPoint |
decompressPoint(int yTilde,
BigInteger X1) |
boolean |
isValidFieldElement(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, validatePoint
protected AbstractFp(BigInteger q)
public boolean isValidFieldElement(BigInteger x)
isValidFieldElement
in class ECCurve
protected ECPoint decompressPoint(int yTilde, BigInteger X1)
decompressPoint
in class ECCurve
Copyright © 2020 BouncyCastle.org. All rights reserved.