Uses of Class
org.bouncycastle.math.ec.ECPoint
-
Packages that use ECPoint Package Description org.bouncycastle.asn1.ua org.bouncycastle.asn1.x9 org.bouncycastle.crypto.ec org.bouncycastle.crypto.params org.bouncycastle.crypto.prng.drbg org.bouncycastle.crypto.signers org.bouncycastle.jcajce.provider.asymmetric.dstu org.bouncycastle.jcajce.provider.asymmetric.ec org.bouncycastle.jcajce.provider.asymmetric.ecgost org.bouncycastle.jcajce.provider.asymmetric.ecgost12 org.bouncycastle.jcajce.provider.asymmetric.util org.bouncycastle.jce.interfaces Interfaces for supporting Elliptic Curve Keys, El Gamal, and PKCS12 attributes.org.bouncycastle.jce.provider org.bouncycastle.jce.spec Parameter specifications for supporting El Gamal, and Elliptic Curve.org.bouncycastle.math.ec org.bouncycastle.math.ec.custom.djb org.bouncycastle.math.ec.custom.gm org.bouncycastle.math.ec.custom.sec org.bouncycastle.math.ec.endo -
-
Uses of ECPoint in org.bouncycastle.asn1.ua
Methods in org.bouncycastle.asn1.ua that return ECPoint Modifier and Type Method Description static ECPoint
DSTU4145PointEncoder. decodePoint(ECCurve curve, byte[] bytes)
Methods in org.bouncycastle.asn1.ua with parameters of type ECPoint Modifier and Type Method Description static byte[]
DSTU4145PointEncoder. encodePoint(ECPoint Q)
Constructors in org.bouncycastle.asn1.ua with parameters of type ECPoint Constructor Description DSTU4145PublicKey(ECPoint pubKey)
-
Uses of ECPoint in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 that return ECPoint Modifier and Type Method Description ECPoint
X9ECParameters. getG()
ECPoint
X9ECPoint. getPoint()
Constructors in org.bouncycastle.asn1.x9 with parameters of type ECPoint Constructor Description X9ECPoint(ECPoint p, boolean compressed)
-
Uses of ECPoint in org.bouncycastle.crypto.ec
Methods in org.bouncycastle.crypto.ec that return ECPoint Modifier and Type Method Description ECPoint
ECDecryptor. decrypt(ECPair cipherText)
ECPoint
ECElGamalDecryptor. decrypt(ECPair pair)
Decrypt an EC pair producing the original EC point.ECPoint
ECPair. getX()
ECPoint
ECPair. getY()
Methods in org.bouncycastle.crypto.ec with parameters of type ECPoint Modifier and Type Method Description ECPair
ECElGamalEncryptor. encrypt(ECPoint point)
Process a single EC point using the basic ElGamal algorithm.ECPair
ECEncryptor. encrypt(ECPoint point)
Constructors in org.bouncycastle.crypto.ec with parameters of type ECPoint Constructor Description ECPair(ECPoint x, ECPoint y)
-
Uses of ECPoint in org.bouncycastle.crypto.params
Methods in org.bouncycastle.crypto.params that return ECPoint Modifier and Type Method Description ECPoint
SM2KeyExchangePrivateParameters. getEphemeralPublicPoint()
ECPoint
ECDomainParameters. getG()
ECPoint
ECPublicKeyParameters. getQ()
ECPoint
SM2KeyExchangePrivateParameters. getStaticPublicPoint()
ECPoint
ECDomainParameters. validatePublicPoint(ECPoint q)
Methods in org.bouncycastle.crypto.params with parameters of type ECPoint Modifier and Type Method Description ECPoint
ECDomainParameters. validatePublicPoint(ECPoint q)
Constructors in org.bouncycastle.crypto.params with parameters of type ECPoint Constructor Description ECDomainParameters(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 ECPoint Modifier and Type Method Description ECPoint
DualECPoints. getP()
ECPoint
DualECPoints. getQ()
Constructors in org.bouncycastle.crypto.prng.drbg with parameters of type ECPoint Constructor Description DualECPoints(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 ECPoint Modifier and Type Method Description protected ECFieldElement
ECDSASigner. 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 Modifier and Type Method Description ECPoint
BCDSTU4145PublicKey. getQ()
-
Uses of ECPoint in org.bouncycastle.jcajce.provider.asymmetric.ec
Methods in org.bouncycastle.jcajce.provider.asymmetric.ec that return ECPoint Modifier and Type Method Description ECPoint
BCECPublicKey. getQ()
-
Uses of ECPoint in org.bouncycastle.jcajce.provider.asymmetric.ecgost
Methods in org.bouncycastle.jcajce.provider.asymmetric.ecgost that return ECPoint Modifier and Type Method Description ECPoint
BCECGOST3410PublicKey. getQ()
-
Uses of ECPoint in org.bouncycastle.jcajce.provider.asymmetric.ecgost12
Methods in org.bouncycastle.jcajce.provider.asymmetric.ecgost12 that return ECPoint Modifier and Type Method Description ECPoint
BCECGOST3410_2012PublicKey. getQ()
-
Uses of ECPoint in org.bouncycastle.jcajce.provider.asymmetric.util
Methods in org.bouncycastle.jcajce.provider.asymmetric.util that return ECPoint Modifier and Type Method Description static ECPoint
EC5Util. convertPoint(ECParameterSpec ecSpec, ECPoint point)
static ECPoint
EC5Util. convertPoint(ECCurve curve, ECPoint point)
Methods in org.bouncycastle.jcajce.provider.asymmetric.util with parameters of type ECPoint Modifier and Type Method Description static ECPoint
EC5Util. convertPoint(ECPoint point)
static String
ECUtil. generateKeyFingerprint(ECPoint publicPoint, ECParameterSpec spec)
static String
ECUtil. publicKeyToString(String algorithm, ECPoint q, ECParameterSpec spec)
-
Uses of ECPoint in org.bouncycastle.jce.interfaces
Methods in org.bouncycastle.jce.interfaces that return ECPoint Modifier and Type Method Description ECPoint
ECPublicKey. getQ()
return the public point Q -
Uses of ECPoint in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that return ECPoint Modifier and Type Method Description ECPoint
JCEECPublicKey. engineGetQ()
ECPoint
JCEECPublicKey. getQ()
-
Uses of ECPoint in org.bouncycastle.jce.spec
Methods in org.bouncycastle.jce.spec that return ECPoint Modifier and Type Method Description ECPoint
ECParameterSpec. getG()
return the base point we are using for these domain parameters.ECPoint
ECPublicKeySpec. getQ()
return the public point qConstructors in org.bouncycastle.jce.spec with parameters of type ECPoint Constructor Description ECNamedCurveParameterSpec(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.ec Modifier and Type Class Description static class
ECPoint.AbstractF2m
static class
ECPoint.AbstractFp
static class
ECPoint.F2m
Elliptic curve points over F2mstatic class
ECPoint.Fp
Elliptic curve points over FpFields in org.bouncycastle.math.ec declared as ECPoint Modifier and Type Field Description protected ECPoint
FixedPointPreCompInfo. offset
protected ECPoint[]
WNafPreCompInfo. preComp
Array holding the precomputedECPoint
s used for a Window NAF multiplication.protected ECPoint[]
WNafPreCompInfo. preCompNeg
Array holding the negations of the precomputedECPoint
s used for a Window NAF multiplication.protected ECPoint
WNafPreCompInfo. twice
Holds anECPoint
representing twice(this).Methods in org.bouncycastle.math.ec that return ECPoint Modifier and Type Method Description abstract ECPoint
ECPoint. add(ECPoint b)
ECPoint
ECPoint.F2m. add(ECPoint b)
ECPoint
ECPoint.Fp. add(ECPoint b)
protected ECPoint
AbstractECMultiplier. checkResult(ECPoint p)
static ECPoint
ECAlgorithms. cleanPoint(ECCurve c, ECPoint p)
ECPoint
ECCurve.AbstractF2m. createPoint(BigInteger x, BigInteger y)
ECPoint
ECCurve. createPoint(BigInteger x, BigInteger y)
protected abstract ECPoint
ECCurve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected abstract ECPoint
ECCurve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
ECCurve.F2m. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
ECCurve.F2m. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
ECCurve.Fp. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
ECCurve.Fp. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
ECPoint. createScaledPoint(ECFieldElement sx, ECFieldElement sy)
ECPoint
ECCurve. decodePoint(byte[] encoded)
Decode a point on this curve from its ASN.1 encoding.protected ECPoint
ECCurve.AbstractF2m. decompressPoint(int yTilde, BigInteger X1)
Decompresses a compressed point P = (xp, yp) (X9.62 s 4.2.2).protected ECPoint
ECCurve.AbstractFp. decompressPoint(int yTilde, BigInteger X1)
protected abstract ECPoint
ECCurve. decompressPoint(int yTilde, BigInteger X1)
protected abstract ECPoint
ECPoint. detach()
protected ECPoint
ECPoint.F2m. detach()
protected ECPoint
ECPoint.Fp. detach()
ECPoint
ECPoint. getDetachedPoint()
ECPoint
ECCurve.F2m. getInfinity()
ECPoint
ECCurve.Fp. getInfinity()
abstract ECPoint
ECCurve. getInfinity()
ECPoint
FixedPointPreCompInfo. getOffset()
ECPoint[]
WNafPreCompInfo. getPreComp()
ECPoint[]
WNafPreCompInfo. getPreCompNeg()
ECPoint
WNafPreCompInfo. getTwice()
static ECPoint
ECAlgorithms. importPoint(ECCurve c, ECPoint p)
ECPoint
ECCurve.Fp. importPoint(ECPoint p)
ECPoint
ECCurve. importPoint(ECPoint p)
ECPoint
ECLookupTable. lookup(int index)
ECPoint
SimpleLookupTable. lookup(int index)
ECPoint
AbstractECLookupTable. lookupVar(int index)
ECPoint
ECLookupTable. lookupVar(int index)
ECPoint
SimpleLookupTable. lookupVar(int index)
ECPoint
ECPointMap. map(ECPoint p)
ECPoint
ScaleXNegateYPointMap. map(ECPoint p)
ECPoint
ScaleXPointMap. map(ECPoint p)
ECPoint
ScaleYNegateXPointMap. map(ECPoint p)
ECPoint
ScaleYPointMap. map(ECPoint p)
ECPoint
AbstractECMultiplier. multiply(ECPoint p, BigInteger k)
ECPoint
ECMultiplier. multiply(ECPoint p, BigInteger k)
Multiplies theECPoint p
byk
, i.e.ECPoint
ECPoint. multiply(BigInteger k)
Multiplies thisECPoint
by the given number.protected abstract ECPoint
AbstractECMultiplier. multiplyPositive(ECPoint p, BigInteger k)
protected ECPoint
FixedPointCombMultiplier. multiplyPositive(ECPoint p, BigInteger k)
protected ECPoint
GLVMultiplier. multiplyPositive(ECPoint p, BigInteger k)
protected ECPoint
WNafL2RMultiplier. multiplyPositive(ECPoint p, BigInteger k)
Multipliesthis
by an integerk
using the Window NAF method.protected ECPoint
WTauNafMultiplier. multiplyPositive(ECPoint point, BigInteger k)
ECPoint
ECPoint.F2m. negate()
ECPoint
ECPoint.Fp. negate()
abstract ECPoint
ECPoint. negate()
ECPoint
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 ECPoint
ECAlgorithms. referenceMultiply(ECPoint p, BigInteger k)
Simple shift-and-add multiplication.ECPoint
ECPoint.AbstractF2m. scaleX(ECFieldElement scale)
ECPoint
ECPoint. scaleX(ECFieldElement scale)
ECPoint
ECPoint.AbstractF2m. scaleXNegateY(ECFieldElement scale)
ECPoint
ECPoint. scaleXNegateY(ECFieldElement scale)
ECPoint
ECPoint.AbstractF2m. scaleY(ECFieldElement scale)
ECPoint
ECPoint. scaleY(ECFieldElement scale)
ECPoint
ECPoint.AbstractF2m. scaleYNegateX(ECFieldElement scale)
ECPoint
ECPoint. scaleYNegateX(ECFieldElement scale)
static ECPoint
ECAlgorithms. shamirsTrick(ECPoint P, BigInteger k, ECPoint Q, BigInteger l)
ECPoint
ECPoint.AbstractF2m. subtract(ECPoint b)
ECPoint
ECPoint.AbstractFp. subtract(ECPoint b)
abstract ECPoint
ECPoint. subtract(ECPoint b)
static ECPoint
ECAlgorithms. sumOfMultiplies(ECPoint[] ps, BigInteger[] ks)
static ECPoint
ECAlgorithms. sumOfTwoMultiplies(ECPoint P, BigInteger a, ECPoint Q, BigInteger b)
ECPoint
ECPoint.Fp. threeTimes()
ECPoint
ECPoint. threeTimes()
ECPoint
ECPoint.Fp. timesPow2(int e)
ECPoint
ECPoint. timesPow2(int e)
ECPoint
ECPoint.F2m. twice()
ECPoint
ECPoint.Fp. twice()
abstract ECPoint
ECPoint. twice()
ECPoint
ECPoint.F2m. twicePlus(ECPoint b)
ECPoint
ECPoint.Fp. twicePlus(ECPoint b)
ECPoint
ECPoint. twicePlus(ECPoint b)
static ECPoint
ECAlgorithms. validatePoint(ECPoint p)
ECPoint
ECCurve. validatePoint(BigInteger x, BigInteger y)
Methods in org.bouncycastle.math.ec with parameters of type ECPoint Modifier and Type Method Description abstract ECPoint
ECPoint. add(ECPoint b)
ECPoint
ECPoint.F2m. add(ECPoint b)
ECPoint
ECPoint.Fp. add(ECPoint b)
protected void
ECCurve. checkPoint(ECPoint point)
protected void
ECCurve. checkPoints(ECPoint[] points)
protected void
ECCurve. checkPoints(ECPoint[] points, int off, int len)
protected ECPoint
AbstractECMultiplier. checkResult(ECPoint p)
static ECPoint
ECAlgorithms. cleanPoint(ECCurve c, ECPoint p)
static void
WNafUtil. configureBasepoint(ECPoint p)
ECLookupTable
ECCurve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
Create a cache-safe lookup table for the specified sequence of points.ECLookupTable
ECCurve.F2m. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
boolean
ECPoint. equals(ECPoint other)
PreCompInfo
ECCurve. getPreCompInfo(ECPoint point, String name)
static WNafPreCompInfo
WNafUtil. getWNafPreCompInfo(ECPoint p)
static ECPoint
ECAlgorithms. importPoint(ECCurve c, ECPoint p)
ECPoint
ECCurve.Fp. importPoint(ECPoint p)
ECPoint
ECCurve. importPoint(ECPoint p)
ECPoint
ECPointMap. map(ECPoint p)
ECPoint
ScaleXNegateYPointMap. map(ECPoint p)
ECPoint
ScaleXPointMap. map(ECPoint p)
ECPoint
ScaleYNegateXPointMap. map(ECPoint p)
ECPoint
ScaleYPointMap. map(ECPoint p)
ECPoint
AbstractECMultiplier. multiply(ECPoint p, BigInteger k)
ECPoint
ECMultiplier. multiply(ECPoint p, BigInteger k)
Multiplies theECPoint p
byk
, i.e.protected abstract ECPoint
AbstractECMultiplier. multiplyPositive(ECPoint p, BigInteger k)
protected ECPoint
FixedPointCombMultiplier. multiplyPositive(ECPoint p, BigInteger k)
protected ECPoint
GLVMultiplier. multiplyPositive(ECPoint p, BigInteger k)
protected ECPoint
WNafL2RMultiplier. multiplyPositive(ECPoint p, BigInteger k)
Multipliesthis
by an integerk
using the Window NAF method.protected ECPoint
WTauNafMultiplier. multiplyPositive(ECPoint point, BigInteger k)
void
ECCurve. 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.void
ECCurve. 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.PreCompInfo
ECCurve. precompute(ECPoint point, String name, PreCompCallback callback)
Compute aPreCompInfo
for a point on this curve, under a given name.static FixedPointPreCompInfo
FixedPointUtil. precompute(ECPoint p)
static WNafPreCompInfo
WNafUtil. precompute(ECPoint p, int minWidth, boolean includeNegated)
static WNafPreCompInfo
WNafUtil. precomputeWithPointMap(ECPoint p, ECPointMap pointMap, WNafPreCompInfo fromWNaf, boolean includeNegated)
static ECPoint
ECAlgorithms. referenceMultiply(ECPoint p, BigInteger k)
Simple shift-and-add multiplication.void
FixedPointPreCompInfo. setOffset(ECPoint offset)
void
WNafPreCompInfo. setPreComp(ECPoint[] preComp)
void
WNafPreCompInfo. setPreCompNeg(ECPoint[] preCompNeg)
void
WNafPreCompInfo. setTwice(ECPoint twice)
static ECPoint
ECAlgorithms. shamirsTrick(ECPoint P, BigInteger k, ECPoint Q, BigInteger l)
ECPoint
ECPoint.AbstractF2m. subtract(ECPoint b)
ECPoint
ECPoint.AbstractFp. subtract(ECPoint b)
abstract ECPoint
ECPoint. subtract(ECPoint b)
static ECPoint
ECAlgorithms. sumOfMultiplies(ECPoint[] ps, BigInteger[] ks)
static ECPoint
ECAlgorithms. sumOfTwoMultiplies(ECPoint P, BigInteger a, ECPoint Q, BigInteger b)
ECPoint
ECPoint.F2m. twicePlus(ECPoint b)
ECPoint
ECPoint.Fp. twicePlus(ECPoint b)
ECPoint
ECPoint. twicePlus(ECPoint b)
static ECPoint
ECAlgorithms. validatePoint(ECPoint p)
Constructors in org.bouncycastle.math.ec with parameters of type ECPoint Constructor Description SimpleLookupTable(ECPoint[] points, int off, int len)
-
Uses of ECPoint in org.bouncycastle.math.ec.custom.djb
Subclasses of ECPoint in org.bouncycastle.math.ec.custom.djb Modifier and Type Class Description class
Curve25519Point
Methods in org.bouncycastle.math.ec.custom.djb that return ECPoint Modifier and Type Method Description ECPoint
Curve25519Point. add(ECPoint b)
protected ECPoint
Curve25519. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
Curve25519. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
Curve25519Point. detach()
ECPoint
Curve25519. getInfinity()
ECPoint
Curve25519Point. negate()
ECPoint
Curve25519Point. threeTimes()
ECPoint
Curve25519Point. twice()
ECPoint
Curve25519Point. twicePlus(ECPoint b)
Methods in org.bouncycastle.math.ec.custom.djb with parameters of type ECPoint Modifier and Type Method Description ECPoint
Curve25519Point. add(ECPoint b)
ECLookupTable
Curve25519. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECPoint
Curve25519Point. twicePlus(ECPoint b)
-
Uses of ECPoint in org.bouncycastle.math.ec.custom.gm
Subclasses of ECPoint in org.bouncycastle.math.ec.custom.gm Modifier and Type Class Description class
SM2P256V1Point
Methods in org.bouncycastle.math.ec.custom.gm that return ECPoint Modifier and Type Method Description ECPoint
SM2P256V1Point. add(ECPoint b)
protected ECPoint
SM2P256V1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SM2P256V1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SM2P256V1Point. detach()
ECPoint
SM2P256V1Curve. getInfinity()
ECPoint
SM2P256V1Point. negate()
ECPoint
SM2P256V1Point. threeTimes()
ECPoint
SM2P256V1Point. twice()
ECPoint
SM2P256V1Point. twicePlus(ECPoint b)
Methods in org.bouncycastle.math.ec.custom.gm with parameters of type ECPoint Modifier and Type Method Description ECPoint
SM2P256V1Point. add(ECPoint b)
ECLookupTable
SM2P256V1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECPoint
SM2P256V1Point. twicePlus(ECPoint b)
-
Uses of ECPoint in org.bouncycastle.math.ec.custom.sec
Subclasses of ECPoint in org.bouncycastle.math.ec.custom.sec Modifier and Type Class Description class
SecP128R1Point
class
SecP160K1Point
class
SecP160R1Point
class
SecP160R2Point
class
SecP192K1Point
class
SecP192R1Point
class
SecP224K1Point
class
SecP224R1Point
class
SecP256K1Point
class
SecP256R1Point
class
SecP384R1Point
class
SecP521R1Point
class
SecT113R1Point
class
SecT113R2Point
class
SecT131R1Point
class
SecT131R2Point
class
SecT163K1Point
class
SecT163R1Point
class
SecT163R2Point
class
SecT193R1Point
class
SecT193R2Point
class
SecT233K1Point
class
SecT233R1Point
class
SecT239K1Point
class
SecT283K1Point
class
SecT283R1Point
class
SecT409K1Point
class
SecT409R1Point
class
SecT571K1Point
class
SecT571R1Point
Methods in org.bouncycastle.math.ec.custom.sec that return ECPoint Modifier and Type Method Description ECPoint
SecP128R1Point. add(ECPoint b)
ECPoint
SecP160K1Point. add(ECPoint b)
ECPoint
SecP160R1Point. add(ECPoint b)
ECPoint
SecP160R2Point. add(ECPoint b)
ECPoint
SecP192K1Point. add(ECPoint b)
ECPoint
SecP192R1Point. add(ECPoint b)
ECPoint
SecP224K1Point. add(ECPoint b)
ECPoint
SecP224R1Point. add(ECPoint b)
ECPoint
SecP256K1Point. add(ECPoint b)
ECPoint
SecP256R1Point. add(ECPoint b)
ECPoint
SecP384R1Point. add(ECPoint b)
ECPoint
SecP521R1Point. add(ECPoint b)
ECPoint
SecT113R1Point. add(ECPoint b)
ECPoint
SecT113R2Point. add(ECPoint b)
ECPoint
SecT131R1Point. add(ECPoint b)
ECPoint
SecT131R2Point. add(ECPoint b)
ECPoint
SecT163K1Point. add(ECPoint b)
ECPoint
SecT163R1Point. add(ECPoint b)
ECPoint
SecT163R2Point. add(ECPoint b)
ECPoint
SecT193R1Point. add(ECPoint b)
ECPoint
SecT193R2Point. add(ECPoint b)
ECPoint
SecT233K1Point. add(ECPoint b)
ECPoint
SecT233R1Point. add(ECPoint b)
ECPoint
SecT239K1Point. add(ECPoint b)
ECPoint
SecT283K1Point. add(ECPoint b)
ECPoint
SecT283R1Point. add(ECPoint b)
ECPoint
SecT409K1Point. add(ECPoint b)
ECPoint
SecT409R1Point. add(ECPoint b)
ECPoint
SecT571K1Point. add(ECPoint b)
ECPoint
SecT571R1Point. add(ECPoint b)
protected ECPoint
SecP128R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecP128R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecP160K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecP160K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecP160R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecP160R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecP160R2Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecP160R2Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecP192K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecP192K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecP192R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecP192R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecP224K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecP224K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecP224R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecP224R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecP256K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecP256K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecP256R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecP256R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecP384R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecP384R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecP521R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecP521R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecT113R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecT113R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecT113R2Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecT113R2Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecT131R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecT131R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecT131R2Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecT131R2Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecT163K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecT163K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecT163R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecT163R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecT163R2Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecT163R2Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecT193R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecT193R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecT193R2Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecT193R2Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecT233K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecT233K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecT233R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecT233R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecT239K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecT239K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecT283K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecT283K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecT283R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecT283R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecT409K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecT409K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecT409R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecT409R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecT571K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecT571K1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecT571R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y)
protected ECPoint
SecT571R1Curve. createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
protected ECPoint
SecP128R1Point. detach()
protected ECPoint
SecP160K1Point. detach()
protected ECPoint
SecP160R1Point. detach()
protected ECPoint
SecP160R2Point. detach()
protected ECPoint
SecP192K1Point. detach()
protected ECPoint
SecP192R1Point. detach()
protected ECPoint
SecP224K1Point. detach()
protected ECPoint
SecP224R1Point. detach()
protected ECPoint
SecP256K1Point. detach()
protected ECPoint
SecP256R1Point. detach()
protected ECPoint
SecP384R1Point. detach()
protected ECPoint
SecP521R1Point. detach()
protected ECPoint
SecT113R1Point. detach()
protected ECPoint
SecT113R2Point. detach()
protected ECPoint
SecT131R1Point. detach()
protected ECPoint
SecT131R2Point. detach()
protected ECPoint
SecT163K1Point. detach()
protected ECPoint
SecT163R1Point. detach()
protected ECPoint
SecT163R2Point. detach()
protected ECPoint
SecT193R1Point. detach()
protected ECPoint
SecT193R2Point. detach()
protected ECPoint
SecT233K1Point. detach()
protected ECPoint
SecT233R1Point. detach()
protected ECPoint
SecT239K1Point. detach()
protected ECPoint
SecT283K1Point. detach()
protected ECPoint
SecT283R1Point. detach()
protected ECPoint
SecT409K1Point. detach()
protected ECPoint
SecT409R1Point. detach()
protected ECPoint
SecT571K1Point. detach()
protected ECPoint
SecT571R1Point. detach()
ECPoint
SecP128R1Curve. getInfinity()
ECPoint
SecP160K1Curve. getInfinity()
ECPoint
SecP160R1Curve. getInfinity()
ECPoint
SecP160R2Curve. getInfinity()
ECPoint
SecP192K1Curve. getInfinity()
ECPoint
SecP192R1Curve. getInfinity()
ECPoint
SecP224K1Curve. getInfinity()
ECPoint
SecP224R1Curve. getInfinity()
ECPoint
SecP256K1Curve. getInfinity()
ECPoint
SecP256R1Curve. getInfinity()
ECPoint
SecP384R1Curve. getInfinity()
ECPoint
SecP521R1Curve. getInfinity()
ECPoint
SecT113R1Curve. getInfinity()
ECPoint
SecT113R2Curve. getInfinity()
ECPoint
SecT131R1Curve. getInfinity()
ECPoint
SecT131R2Curve. getInfinity()
ECPoint
SecT163K1Curve. getInfinity()
ECPoint
SecT163R1Curve. getInfinity()
ECPoint
SecT163R2Curve. getInfinity()
ECPoint
SecT193R1Curve. getInfinity()
ECPoint
SecT193R2Curve. getInfinity()
ECPoint
SecT233K1Curve. getInfinity()
ECPoint
SecT233R1Curve. getInfinity()
ECPoint
SecT239K1Curve. getInfinity()
ECPoint
SecT283K1Curve. getInfinity()
ECPoint
SecT283R1Curve. getInfinity()
ECPoint
SecT409K1Curve. getInfinity()
ECPoint
SecT409R1Curve. getInfinity()
ECPoint
SecT571K1Curve. getInfinity()
ECPoint
SecT571R1Curve. getInfinity()
ECPoint
SecP128R1Point. negate()
ECPoint
SecP160K1Point. negate()
ECPoint
SecP160R1Point. negate()
ECPoint
SecP160R2Point. negate()
ECPoint
SecP192K1Point. negate()
ECPoint
SecP192R1Point. negate()
ECPoint
SecP224K1Point. negate()
ECPoint
SecP224R1Point. negate()
ECPoint
SecP256K1Point. negate()
ECPoint
SecP256R1Point. negate()
ECPoint
SecP384R1Point. negate()
ECPoint
SecP521R1Point. negate()
ECPoint
SecT113R1Point. negate()
ECPoint
SecT113R2Point. negate()
ECPoint
SecT131R1Point. negate()
ECPoint
SecT131R2Point. negate()
ECPoint
SecT163K1Point. negate()
ECPoint
SecT163R1Point. negate()
ECPoint
SecT163R2Point. negate()
ECPoint
SecT193R1Point. negate()
ECPoint
SecT193R2Point. negate()
ECPoint
SecT233K1Point. negate()
ECPoint
SecT233R1Point. negate()
ECPoint
SecT239K1Point. negate()
ECPoint
SecT283K1Point. negate()
ECPoint
SecT283R1Point. negate()
ECPoint
SecT409K1Point. negate()
ECPoint
SecT409R1Point. negate()
ECPoint
SecT571K1Point. negate()
ECPoint
SecT571R1Point. negate()
ECPoint
SecP128R1Point. threeTimes()
ECPoint
SecP160K1Point. threeTimes()
ECPoint
SecP160R1Point. threeTimes()
ECPoint
SecP160R2Point. threeTimes()
ECPoint
SecP192K1Point. threeTimes()
ECPoint
SecP192R1Point. threeTimes()
ECPoint
SecP224K1Point. threeTimes()
ECPoint
SecP224R1Point. threeTimes()
ECPoint
SecP256K1Point. threeTimes()
ECPoint
SecP256R1Point. threeTimes()
ECPoint
SecP384R1Point. threeTimes()
ECPoint
SecP521R1Point. threeTimes()
ECPoint
SecP128R1Point. twice()
ECPoint
SecP160K1Point. twice()
ECPoint
SecP160R1Point. twice()
ECPoint
SecP160R2Point. twice()
ECPoint
SecP192K1Point. twice()
ECPoint
SecP192R1Point. twice()
ECPoint
SecP224K1Point. twice()
ECPoint
SecP224R1Point. twice()
ECPoint
SecP256K1Point. twice()
ECPoint
SecP256R1Point. twice()
ECPoint
SecP384R1Point. twice()
ECPoint
SecP521R1Point. twice()
ECPoint
SecT113R1Point. twice()
ECPoint
SecT113R2Point. twice()
ECPoint
SecT131R1Point. twice()
ECPoint
SecT131R2Point. twice()
ECPoint
SecT163K1Point. twice()
ECPoint
SecT163R1Point. twice()
ECPoint
SecT163R2Point. twice()
ECPoint
SecT193R1Point. twice()
ECPoint
SecT193R2Point. twice()
ECPoint
SecT233K1Point. twice()
ECPoint
SecT233R1Point. twice()
ECPoint
SecT239K1Point. twice()
ECPoint
SecT283K1Point. twice()
ECPoint
SecT283R1Point. twice()
ECPoint
SecT409K1Point. twice()
ECPoint
SecT409R1Point. twice()
ECPoint
SecT571K1Point. twice()
ECPoint
SecT571R1Point. twice()
ECPoint
SecP128R1Point. twicePlus(ECPoint b)
ECPoint
SecP160K1Point. twicePlus(ECPoint b)
ECPoint
SecP160R1Point. twicePlus(ECPoint b)
ECPoint
SecP160R2Point. twicePlus(ECPoint b)
ECPoint
SecP192K1Point. twicePlus(ECPoint b)
ECPoint
SecP192R1Point. twicePlus(ECPoint b)
ECPoint
SecP224K1Point. twicePlus(ECPoint b)
ECPoint
SecP224R1Point. twicePlus(ECPoint b)
ECPoint
SecP256K1Point. twicePlus(ECPoint b)
ECPoint
SecP256R1Point. twicePlus(ECPoint b)
ECPoint
SecP384R1Point. twicePlus(ECPoint b)
ECPoint
SecP521R1Point. twicePlus(ECPoint b)
ECPoint
SecT113R1Point. twicePlus(ECPoint b)
ECPoint
SecT113R2Point. twicePlus(ECPoint b)
ECPoint
SecT131R1Point. twicePlus(ECPoint b)
ECPoint
SecT131R2Point. twicePlus(ECPoint b)
ECPoint
SecT163K1Point. twicePlus(ECPoint b)
ECPoint
SecT163R1Point. twicePlus(ECPoint b)
ECPoint
SecT163R2Point. twicePlus(ECPoint b)
ECPoint
SecT193R1Point. twicePlus(ECPoint b)
ECPoint
SecT193R2Point. twicePlus(ECPoint b)
ECPoint
SecT233K1Point. twicePlus(ECPoint b)
ECPoint
SecT233R1Point. twicePlus(ECPoint b)
ECPoint
SecT239K1Point. twicePlus(ECPoint b)
ECPoint
SecT283K1Point. twicePlus(ECPoint b)
ECPoint
SecT283R1Point. twicePlus(ECPoint b)
ECPoint
SecT409K1Point. twicePlus(ECPoint b)
ECPoint
SecT409R1Point. twicePlus(ECPoint b)
ECPoint
SecT571K1Point. twicePlus(ECPoint b)
ECPoint
SecT571R1Point. twicePlus(ECPoint b)
Methods in org.bouncycastle.math.ec.custom.sec with parameters of type ECPoint Modifier and Type Method Description ECPoint
SecP128R1Point. add(ECPoint b)
ECPoint
SecP160K1Point. add(ECPoint b)
ECPoint
SecP160R1Point. add(ECPoint b)
ECPoint
SecP160R2Point. add(ECPoint b)
ECPoint
SecP192K1Point. add(ECPoint b)
ECPoint
SecP192R1Point. add(ECPoint b)
ECPoint
SecP224K1Point. add(ECPoint b)
ECPoint
SecP224R1Point. add(ECPoint b)
ECPoint
SecP256K1Point. add(ECPoint b)
ECPoint
SecP256R1Point. add(ECPoint b)
ECPoint
SecP384R1Point. add(ECPoint b)
ECPoint
SecP521R1Point. add(ECPoint b)
ECPoint
SecT113R1Point. add(ECPoint b)
ECPoint
SecT113R2Point. add(ECPoint b)
ECPoint
SecT131R1Point. add(ECPoint b)
ECPoint
SecT131R2Point. add(ECPoint b)
ECPoint
SecT163K1Point. add(ECPoint b)
ECPoint
SecT163R1Point. add(ECPoint b)
ECPoint
SecT163R2Point. add(ECPoint b)
ECPoint
SecT193R1Point. add(ECPoint b)
ECPoint
SecT193R2Point. add(ECPoint b)
ECPoint
SecT233K1Point. add(ECPoint b)
ECPoint
SecT233R1Point. add(ECPoint b)
ECPoint
SecT239K1Point. add(ECPoint b)
ECPoint
SecT283K1Point. add(ECPoint b)
ECPoint
SecT283R1Point. add(ECPoint b)
ECPoint
SecT409K1Point. add(ECPoint b)
ECPoint
SecT409R1Point. add(ECPoint b)
ECPoint
SecT571K1Point. add(ECPoint b)
ECPoint
SecT571R1Point. add(ECPoint b)
ECLookupTable
SecP128R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP160K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP160R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP160R2Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP192K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP192R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP224K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP224R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP256K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP256R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP384R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP521R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT113R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT113R2Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT131R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT131R2Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT163K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT163R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT163R2Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT193R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT193R2Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT233K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT233R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT239K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT283K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT283R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT409K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT409R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT571K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT571R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECPoint
SecP128R1Point. twicePlus(ECPoint b)
ECPoint
SecP160K1Point. twicePlus(ECPoint b)
ECPoint
SecP160R1Point. twicePlus(ECPoint b)
ECPoint
SecP160R2Point. twicePlus(ECPoint b)
ECPoint
SecP192K1Point. twicePlus(ECPoint b)
ECPoint
SecP192R1Point. twicePlus(ECPoint b)
ECPoint
SecP224K1Point. twicePlus(ECPoint b)
ECPoint
SecP224R1Point. twicePlus(ECPoint b)
ECPoint
SecP256K1Point. twicePlus(ECPoint b)
ECPoint
SecP256R1Point. twicePlus(ECPoint b)
ECPoint
SecP384R1Point. twicePlus(ECPoint b)
ECPoint
SecP521R1Point. twicePlus(ECPoint b)
ECPoint
SecT113R1Point. twicePlus(ECPoint b)
ECPoint
SecT113R2Point. twicePlus(ECPoint b)
ECPoint
SecT131R1Point. twicePlus(ECPoint b)
ECPoint
SecT131R2Point. twicePlus(ECPoint b)
ECPoint
SecT163K1Point. twicePlus(ECPoint b)
ECPoint
SecT163R1Point. twicePlus(ECPoint b)
ECPoint
SecT163R2Point. twicePlus(ECPoint b)
ECPoint
SecT193R1Point. twicePlus(ECPoint b)
ECPoint
SecT193R2Point. twicePlus(ECPoint b)
ECPoint
SecT233K1Point. twicePlus(ECPoint b)
ECPoint
SecT233R1Point. twicePlus(ECPoint b)
ECPoint
SecT239K1Point. twicePlus(ECPoint b)
ECPoint
SecT283K1Point. twicePlus(ECPoint b)
ECPoint
SecT283R1Point. twicePlus(ECPoint b)
ECPoint
SecT409K1Point. twicePlus(ECPoint b)
ECPoint
SecT409R1Point. twicePlus(ECPoint b)
ECPoint
SecT571K1Point. twicePlus(ECPoint b)
ECPoint
SecT571R1Point. twicePlus(ECPoint b)
-
Uses of ECPoint in org.bouncycastle.math.ec.endo
Fields in org.bouncycastle.math.ec.endo declared as ECPoint Modifier and Type Field Description protected ECPoint
EndoPreCompInfo. mappedPoint
Methods in org.bouncycastle.math.ec.endo that return ECPoint Modifier and Type Method Description ECPoint
EndoPreCompInfo. getMappedPoint()
static ECPoint
EndoUtil. mapPoint(ECEndomorphism endomorphism, ECPoint p)
Methods in org.bouncycastle.math.ec.endo with parameters of type ECPoint Modifier and Type Method Description static ECPoint
EndoUtil. mapPoint(ECEndomorphism endomorphism, ECPoint p)
void
EndoPreCompInfo. setMappedPoint(ECPoint mappedPoint)
-