Uses of Class
org.bouncycastle.math.ec.ECPoint
Packages that use ECPoint
Package
Description
-
Uses of ECPoint in org.bouncycastle.asn1.ua
Methods in org.bouncycastle.asn1.ua that return ECPointModifier and TypeMethodDescriptionstatic ECPointDSTU4145PointEncoder.decodePoint(ECCurve curve, byte[] bytes) Methods in org.bouncycastle.asn1.ua with parameters of type ECPointConstructors in org.bouncycastle.asn1.ua with parameters of type ECPoint -
Uses of ECPoint in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 that return ECPointConstructors in org.bouncycastle.asn1.x9 with parameters of type ECPoint -
Uses of ECPoint in org.bouncycastle.crypto.ec
Methods in org.bouncycastle.crypto.ec that return ECPointModifier and TypeMethodDescriptionDecrypt an EC pair producing the original EC point.ECPair.getX()ECPair.getY()Methods in org.bouncycastle.crypto.ec with parameters of type ECPointModifier and TypeMethodDescriptionProcess a single EC point using the basic ElGamal algorithm.Constructors in org.bouncycastle.crypto.ec with parameters of type ECPoint -
Uses of ECPoint in org.bouncycastle.crypto.params
Methods in org.bouncycastle.crypto.params that return ECPointModifier and TypeMethodDescriptionSM2KeyExchangePrivateParameters.getEphemeralPublicPoint()ECDomainParameters.getG()ECPublicKeyParameters.getQ()SM2KeyExchangePrivateParameters.getStaticPublicPoint()ECDomainParameters.validatePublicPoint(ECPoint q) Methods in org.bouncycastle.crypto.params with parameters of type ECPointConstructors in org.bouncycastle.crypto.params with parameters of type ECPointModifierConstructorDescriptionECDomainParameters(ECCurve curve, ECPoint G, BigInteger n) ECDomainParameters(ECCurve curve, ECPoint G, BigInteger n, BigInteger h) ECDomainParameters(ECCurve curve, ECPoint G, BigInteger n, BigInteger h, byte[] seed) ECNamedDomainParameters(ASN1ObjectIdentifier name, ECCurve curve, ECPoint G, BigInteger n) ECNamedDomainParameters(ASN1ObjectIdentifier name, ECCurve curve, ECPoint G, BigInteger n, BigInteger h) ECNamedDomainParameters(ASN1ObjectIdentifier name, ECCurve curve, ECPoint G, BigInteger n, BigInteger h, byte[] seed) ECPublicKeyParameters(ECPoint q, ECDomainParameters parameters) -
Uses of ECPoint in org.bouncycastle.crypto.prng.drbg
Methods in org.bouncycastle.crypto.prng.drbg that return ECPointConstructors in org.bouncycastle.crypto.prng.drbg with parameters of type ECPointModifierConstructorDescriptionDualECPoints(int securityStrength, ECPoint p, ECPoint q, int cofactor) Base Constructor. -
Uses of ECPoint in org.bouncycastle.crypto.signers
Methods in org.bouncycastle.crypto.signers with parameters of type ECPointModifier and TypeMethodDescriptionprotected ECFieldElementECDSASigner.getDenominator(int coordinateSystem, ECPoint p) -
Uses of ECPoint in org.bouncycastle.jcajce.provider.asymmetric.dstu
Methods in org.bouncycastle.jcajce.provider.asymmetric.dstu that return ECPoint -
Uses of ECPoint in org.bouncycastle.jcajce.provider.asymmetric.ec
Methods in org.bouncycastle.jcajce.provider.asymmetric.ec that return ECPoint -
Uses of ECPoint in org.bouncycastle.jcajce.provider.asymmetric.ecgost
Methods in org.bouncycastle.jcajce.provider.asymmetric.ecgost that return ECPoint -
Uses of ECPoint in org.bouncycastle.jcajce.provider.asymmetric.ecgost12
Methods in org.bouncycastle.jcajce.provider.asymmetric.ecgost12 that return ECPoint -
Uses of ECPoint in org.bouncycastle.jcajce.provider.asymmetric.util
Methods in org.bouncycastle.jcajce.provider.asymmetric.util that return ECPointModifier and TypeMethodDescriptionstatic ECPointEC5Util.convertPoint(ECParameterSpec ecSpec, ECPoint point) static ECPointEC5Util.convertPoint(ECCurve curve, ECPoint point) Methods in org.bouncycastle.jcajce.provider.asymmetric.util with parameters of type ECPointModifier and TypeMethodDescriptionstatic ECPointEC5Util.convertPoint(ECPoint point) static StringECUtil.generateKeyFingerprint(ECPoint publicPoint, ECParameterSpec spec) static StringECUtil.publicKeyToString(String algorithm, ECPoint q, ECParameterSpec spec) -
Uses of ECPoint in org.bouncycastle.jce.interfaces
Methods in org.bouncycastle.jce.interfaces that return ECPoint -
Uses of ECPoint in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that return ECPoint -
Uses of ECPoint in org.bouncycastle.jce.spec
Methods in org.bouncycastle.jce.spec that return ECPointModifier and TypeMethodDescriptionECParameterSpec.getG()return the base point we are using for these domain parameters.ECPublicKeySpec.getQ()return the public point qConstructors in org.bouncycastle.jce.spec with parameters of type ECPointModifierConstructorDescriptionECNamedCurveParameterSpec(String name, ECCurve curve, ECPoint G, BigInteger n) ECNamedCurveParameterSpec(String name, ECCurve curve, ECPoint G, BigInteger n, BigInteger h) ECNamedCurveParameterSpec(String name, ECCurve curve, ECPoint G, BigInteger n, BigInteger h, byte[] seed) ECNamedCurveSpec(String name, ECCurve curve, ECPoint g, BigInteger n) ECNamedCurveSpec(String name, ECCurve curve, ECPoint g, BigInteger n, BigInteger h) ECNamedCurveSpec(String name, ECCurve curve, ECPoint g, BigInteger n, BigInteger h, byte[] seed) ECParameterSpec(ECCurve curve, ECPoint G, BigInteger n) ECParameterSpec(ECCurve curve, ECPoint G, BigInteger n, BigInteger h) ECParameterSpec(ECCurve curve, ECPoint G, BigInteger n, BigInteger h, byte[] seed) ECPublicKeySpec(ECPoint q, ECParameterSpec spec) base constructor -
Uses of ECPoint in org.bouncycastle.math.ec
Subclasses of ECPoint in org.bouncycastle.math.ecModifier and TypeClassDescriptionstatic classstatic classstatic classElliptic curve points over F2mstatic classElliptic curve points over FpFields in org.bouncycastle.math.ec declared as ECPointModifier and TypeFieldDescriptionprotected ECPointFixedPointPreCompInfo.offsetprotected ECPoint[]WNafPreCompInfo.preCompArray holding the precomputedECPoints used for a Window NAF multiplication.protected ECPoint[]WNafPreCompInfo.preCompNegArray holding the negations of the precomputedECPoints used for a Window NAF multiplication.protected ECPointWNafPreCompInfo.twiceHolds anECPointrepresenting twice(this).Methods in org.bouncycastle.math.ec that return ECPointModifier and TypeMethodDescriptionabstract ECPointprotected ECPointAbstractECMultiplier.checkResult(ECPoint p) static ECPointECAlgorithms.cleanPoint(ECCurve c, ECPoint p) ECCurve.AbstractF2m.createPoint(BigInteger x, BigInteger y) ECCurve.createPoint(BigInteger x, BigInteger y) protected abstract ECPointECCurve.createRawPoint(ECFieldElement x, ECFieldElement y) protected abstract ECPointECCurve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointECCurve.F2m.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointECCurve.F2m.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointECCurve.Fp.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointECCurve.Fp.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointECPoint.createScaledPoint(ECFieldElement sx, ECFieldElement sy) ECCurve.decodePoint(byte[] encoded) Decode a point on this curve from its ASN.1 encoding.protected ECPointECCurve.AbstractF2m.decompressPoint(int yTilde, BigInteger X1) Decompresses a compressed point P = (xp, yp) (X9.62 s 4.2.2).protected ECPointECCurve.AbstractFp.decompressPoint(int yTilde, BigInteger X1) protected abstract ECPointECCurve.decompressPoint(int yTilde, BigInteger X1) protected abstract ECPointECPoint.detach()protected ECPointECPoint.F2m.detach()protected ECPointECPoint.Fp.detach()final ECPointECPoint.getDetachedPoint()ECCurve.F2m.getInfinity()ECCurve.Fp.getInfinity()abstract ECPointECCurve.getInfinity()FixedPointPreCompInfo.getOffset()ECPoint[]WNafPreCompInfo.getPreComp()ECPoint[]WNafPreCompInfo.getPreCompNeg()WNafPreCompInfo.getTwice()static ECPointECAlgorithms.importPoint(ECCurve c, ECPoint p) ECCurve.Fp.importPoint(ECPoint p) ECCurve.importPoint(ECPoint p) ECLookupTable.lookup(int index) SimpleLookupTable.lookup(int index) AbstractECLookupTable.lookupVar(int index) ECLookupTable.lookupVar(int index) SimpleLookupTable.lookupVar(int index) AbstractECMultiplier.multiply(ECPoint p, BigInteger k) ECMultiplier.multiply(ECPoint p, BigInteger k) Multiplies theECPoint pbyk, i.e.ECPoint.multiply(BigInteger k) Multiplies thisECPointby the given number.protected abstract ECPointAbstractECMultiplier.multiplyPositive(ECPoint p, BigInteger k) protected ECPointFixedPointCombMultiplier.multiplyPositive(ECPoint p, BigInteger k) protected ECPointGLVMultiplier.multiplyPositive(ECPoint p, BigInteger k) protected ECPointWNafL2RMultiplier.multiplyPositive(ECPoint p, BigInteger k) Multipliesthisby an integerkusing the Window NAF method.protected ECPointWTauNafMultiplier.multiplyPositive(ECPoint point, BigInteger k) ECPoint.F2m.negate()ECPoint.Fp.negate()abstract ECPointECPoint.negate()ECPoint.normalize()Normalization ensures that any projective coordinate is 1, and therefore that the x, y coordinates reflect those of the equivalent point in an affine coordinate system.static ECPointECAlgorithms.referenceMultiply(ECPoint p, BigInteger k) Simple shift-and-add multiplication.ECPoint.AbstractF2m.scaleX(ECFieldElement scale) ECPoint.scaleX(ECFieldElement scale) ECPoint.AbstractF2m.scaleXNegateY(ECFieldElement scale) ECPoint.scaleXNegateY(ECFieldElement scale) ECPoint.AbstractF2m.scaleY(ECFieldElement scale) ECPoint.scaleY(ECFieldElement scale) ECPoint.AbstractF2m.scaleYNegateX(ECFieldElement scale) ECPoint.scaleYNegateX(ECFieldElement scale) static ECPointECAlgorithms.shamirsTrick(ECPoint P, BigInteger k, ECPoint Q, BigInteger l) abstract ECPointstatic ECPointECAlgorithms.sumOfMultiplies(ECPoint[] ps, BigInteger[] ks) static ECPointECAlgorithms.sumOfTwoMultiplies(ECPoint P, BigInteger a, ECPoint Q, BigInteger b) ECPoint.Fp.threeTimes()ECPoint.threeTimes()ECPoint.Fp.timesPow2(int e) ECPoint.timesPow2(int e) ECPoint.F2m.twice()ECPoint.Fp.twice()abstract ECPointECPoint.twice()static ECPointECAlgorithms.validatePoint(ECPoint p) ECCurve.validatePoint(BigInteger x, BigInteger y) Methods in org.bouncycastle.math.ec with parameters of type ECPointModifier and TypeMethodDescriptionabstract ECPointprotected voidECCurve.checkPoint(ECPoint point) protected voidECCurve.checkPoints(ECPoint[] points) protected voidECCurve.checkPoints(ECPoint[] points, int off, int len) protected ECPointAbstractECMultiplier.checkResult(ECPoint p) static ECPointECAlgorithms.cleanPoint(ECCurve c, ECPoint p) static voidWNafUtil.configureBasepoint(ECPoint p) ECCurve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) Create a cache-safe lookup table for the specified sequence of points.ECCurve.F2m.createCacheSafeLookupTable(ECPoint[] points, int off, int len) booleanECCurve.getPreCompInfo(ECPoint point, String name) static WNafPreCompInfoWNafUtil.getWNafPreCompInfo(ECPoint p) static ECPointECAlgorithms.importPoint(ECCurve c, ECPoint p) ECCurve.Fp.importPoint(ECPoint p) ECCurve.importPoint(ECPoint p) AbstractECMultiplier.multiply(ECPoint p, BigInteger k) ECMultiplier.multiply(ECPoint p, BigInteger k) Multiplies theECPoint pbyk, i.e.protected abstract ECPointAbstractECMultiplier.multiplyPositive(ECPoint p, BigInteger k) protected ECPointFixedPointCombMultiplier.multiplyPositive(ECPoint p, BigInteger k) protected ECPointGLVMultiplier.multiplyPositive(ECPoint p, BigInteger k) protected ECPointWNafL2RMultiplier.multiplyPositive(ECPoint p, BigInteger k) Multipliesthisby an integerkusing the Window NAF method.protected ECPointWTauNafMultiplier.multiplyPositive(ECPoint point, BigInteger k) voidECCurve.normalizeAll(ECPoint[] points) Normalization ensures that any projective coordinate is 1, and therefore that the x, y coordinates reflect those of the equivalent point in an affine coordinate system.voidECCurve.normalizeAll(ECPoint[] points, int off, int len, ECFieldElement iso) Normalization ensures that any projective coordinate is 1, and therefore that the x, y coordinates reflect those of the equivalent point in an affine coordinate system.ECCurve.precompute(ECPoint point, String name, PreCompCallback callback) Compute aPreCompInfofor a point on this curve, under a given name.static FixedPointPreCompInfoFixedPointUtil.precompute(ECPoint p) static WNafPreCompInfoWNafUtil.precompute(ECPoint p, int minWidth, boolean includeNegated) static WNafPreCompInfoWNafUtil.precomputeWithPointMap(ECPoint p, ECPointMap pointMap, WNafPreCompInfo fromWNaf, boolean includeNegated) static ECPointECAlgorithms.referenceMultiply(ECPoint p, BigInteger k) Simple shift-and-add multiplication.voidvoidWNafPreCompInfo.setPreComp(ECPoint[] preComp) voidWNafPreCompInfo.setPreCompNeg(ECPoint[] preCompNeg) voidstatic ECPointECAlgorithms.shamirsTrick(ECPoint P, BigInteger k, ECPoint Q, BigInteger l) abstract ECPointstatic ECPointECAlgorithms.sumOfMultiplies(ECPoint[] ps, BigInteger[] ks) static ECPointECAlgorithms.sumOfTwoMultiplies(ECPoint P, BigInteger a, ECPoint Q, BigInteger b) static ECPointECAlgorithms.validatePoint(ECPoint p) Constructors in org.bouncycastle.math.ec with parameters of type ECPoint -
Uses of ECPoint in org.bouncycastle.math.ec.custom.djb
Subclasses of ECPoint in org.bouncycastle.math.ec.custom.djbMethods in org.bouncycastle.math.ec.custom.djb that return ECPointModifier and TypeMethodDescriptionprotected ECPointCurve25519.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointCurve25519.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointCurve25519Point.detach()Curve25519.getInfinity()Curve25519Point.negate()Curve25519Point.threeTimes()Curve25519Point.twice()Methods in org.bouncycastle.math.ec.custom.djb with parameters of type ECPointModifier and TypeMethodDescriptionCurve25519.createCacheSafeLookupTable(ECPoint[] points, int off, int len) -
Uses of ECPoint in org.bouncycastle.math.ec.custom.gm
Subclasses of ECPoint in org.bouncycastle.math.ec.custom.gmMethods in org.bouncycastle.math.ec.custom.gm that return ECPointModifier and TypeMethodDescriptionprotected ECPointSM2P256V1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSM2P256V1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSM2P256V1Point.detach()SM2P256V1Curve.getInfinity()SM2P256V1Point.negate()SM2P256V1Point.threeTimes()SM2P256V1Point.twice()Methods in org.bouncycastle.math.ec.custom.gm with parameters of type ECPointModifier and TypeMethodDescriptionSM2P256V1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) -
Uses of ECPoint in org.bouncycastle.math.ec.custom.sec
Subclasses of ECPoint in org.bouncycastle.math.ec.custom.secModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.bouncycastle.math.ec.custom.sec that return ECPointModifier and TypeMethodDescriptionprotected ECPointSecP128R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecP128R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecP160K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecP160K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecP160R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecP160R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecP160R2Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecP160R2Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecP192K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecP192K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecP192R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecP192R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecP224K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecP224K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecP224R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecP224R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecP256K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecP256K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecP256R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecP256R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecP384R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecP384R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecP521R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecP521R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecT113R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecT113R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecT113R2Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecT113R2Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecT131R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecT131R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecT131R2Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecT131R2Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecT163K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecT163K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecT163R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecT163R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecT163R2Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecT163R2Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecT193R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecT193R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecT193R2Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecT193R2Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecT233K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecT233K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecT233R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecT233R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecT239K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecT239K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecT283K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecT283K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecT283R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecT283R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecT409K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecT409K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecT409R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecT409R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecT571K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecT571K1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecT571R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y) protected ECPointSecT571R1Curve.createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protected ECPointSecP128R1Point.detach()protected ECPointSecP160K1Point.detach()protected ECPointSecP160R1Point.detach()protected ECPointSecP160R2Point.detach()protected ECPointSecP192K1Point.detach()protected ECPointSecP192R1Point.detach()protected ECPointSecP224K1Point.detach()protected ECPointSecP224R1Point.detach()protected ECPointSecP256K1Point.detach()protected ECPointSecP256R1Point.detach()protected ECPointSecP384R1Point.detach()protected ECPointSecP521R1Point.detach()protected ECPointSecT113R1Point.detach()protected ECPointSecT113R2Point.detach()protected ECPointSecT131R1Point.detach()protected ECPointSecT131R2Point.detach()protected ECPointSecT163K1Point.detach()protected ECPointSecT163R1Point.detach()protected ECPointSecT163R2Point.detach()protected ECPointSecT193R1Point.detach()protected ECPointSecT193R2Point.detach()protected ECPointSecT233K1Point.detach()protected ECPointSecT233R1Point.detach()protected ECPointSecT239K1Point.detach()protected ECPointSecT283K1Point.detach()protected ECPointSecT283R1Point.detach()protected ECPointSecT409K1Point.detach()protected ECPointSecT409R1Point.detach()protected ECPointSecT571K1Point.detach()protected ECPointSecT571R1Point.detach()SecP128R1Curve.getInfinity()SecP160K1Curve.getInfinity()SecP160R1Curve.getInfinity()SecP160R2Curve.getInfinity()SecP192K1Curve.getInfinity()SecP192R1Curve.getInfinity()SecP224K1Curve.getInfinity()SecP224R1Curve.getInfinity()SecP256K1Curve.getInfinity()SecP256R1Curve.getInfinity()SecP384R1Curve.getInfinity()SecP521R1Curve.getInfinity()SecT113R1Curve.getInfinity()SecT113R2Curve.getInfinity()SecT131R1Curve.getInfinity()SecT131R2Curve.getInfinity()SecT163K1Curve.getInfinity()SecT163R1Curve.getInfinity()SecT163R2Curve.getInfinity()SecT193R1Curve.getInfinity()SecT193R2Curve.getInfinity()SecT233K1Curve.getInfinity()SecT233R1Curve.getInfinity()SecT239K1Curve.getInfinity()SecT283K1Curve.getInfinity()SecT283R1Curve.getInfinity()SecT409K1Curve.getInfinity()SecT409R1Curve.getInfinity()SecT571K1Curve.getInfinity()SecT571R1Curve.getInfinity()SecP128R1Point.negate()SecP160K1Point.negate()SecP160R1Point.negate()SecP160R2Point.negate()SecP192K1Point.negate()SecP192R1Point.negate()SecP224K1Point.negate()SecP224R1Point.negate()SecP256K1Point.negate()SecP256R1Point.negate()SecP384R1Point.negate()SecP521R1Point.negate()SecT113R1Point.negate()SecT113R2Point.negate()SecT131R1Point.negate()SecT131R2Point.negate()SecT163K1Point.negate()SecT163R1Point.negate()SecT163R2Point.negate()SecT193R1Point.negate()SecT193R2Point.negate()SecT233K1Point.negate()SecT233R1Point.negate()SecT239K1Point.negate()SecT283K1Point.negate()SecT283R1Point.negate()SecT409K1Point.negate()SecT409R1Point.negate()SecT571K1Point.negate()SecT571R1Point.negate()SecP128R1Point.threeTimes()SecP160K1Point.threeTimes()SecP160R1Point.threeTimes()SecP160R2Point.threeTimes()SecP192K1Point.threeTimes()SecP192R1Point.threeTimes()SecP224K1Point.threeTimes()SecP224R1Point.threeTimes()SecP256K1Point.threeTimes()SecP256R1Point.threeTimes()SecP384R1Point.threeTimes()SecP521R1Point.threeTimes()SecP128R1Point.twice()SecP160K1Point.twice()SecP160R1Point.twice()SecP160R2Point.twice()SecP192K1Point.twice()SecP192R1Point.twice()SecP224K1Point.twice()SecP224R1Point.twice()SecP256K1Point.twice()SecP256R1Point.twice()SecP384R1Point.twice()SecP521R1Point.twice()SecT113R1Point.twice()SecT113R2Point.twice()SecT131R1Point.twice()SecT131R2Point.twice()SecT163K1Point.twice()SecT163R1Point.twice()SecT163R2Point.twice()SecT193R1Point.twice()SecT193R2Point.twice()SecT233K1Point.twice()SecT233R1Point.twice()SecT239K1Point.twice()SecT283K1Point.twice()SecT283R1Point.twice()SecT409K1Point.twice()SecT409R1Point.twice()SecT571K1Point.twice()SecT571R1Point.twice()Methods in org.bouncycastle.math.ec.custom.sec with parameters of type ECPointModifier and TypeMethodDescriptionSecP128R1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecP160K1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecP160R1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecP160R2Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecP192K1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecP192R1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecP224K1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecP224R1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecP256K1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecP256R1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecP384R1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecP521R1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecT113R1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecT113R2Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecT131R1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecT131R2Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecT163K1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecT163R1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecT163R2Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecT193R1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecT193R2Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecT233K1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecT233R1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecT239K1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecT283K1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecT283R1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecT409K1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecT409R1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecT571K1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) SecT571R1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) -
Uses of ECPoint in org.bouncycastle.math.ec.endo
Fields in org.bouncycastle.math.ec.endo declared as ECPointMethods in org.bouncycastle.math.ec.endo that return ECPointModifier and TypeMethodDescriptionEndoPreCompInfo.getMappedPoint()static ECPointEndoUtil.mapPoint(ECEndomorphism endomorphism, ECPoint p) Methods in org.bouncycastle.math.ec.endo with parameters of type ECPointModifier and TypeMethodDescriptionstatic ECPointEndoUtil.mapPoint(ECEndomorphism endomorphism, ECPoint p) voidEndoPreCompInfo.setMappedPoint(ECPoint mappedPoint)