Uses of Class
org.bouncycastle.math.ec.ECPoint
-
Uses of ECPoint in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 that return ECPoint Modifier and Type Method Description ECPointX9ECParameters. getG()ECPointX9ECPoint. getPoint()Constructors in org.bouncycastle.asn1.x9 with parameters of type ECPoint Constructor Description X9ECParameters(ECCurve curve, ECPoint g, BigInteger n)X9ECParameters(ECCurve curve, ECPoint g, BigInteger n, BigInteger h)X9ECParameters(ECCurve curve, ECPoint g, BigInteger n, BigInteger h, byte[] seed)X9ECPoint(ECPoint p) -
Uses of ECPoint in org.bouncycastle.crypto.params
Methods in org.bouncycastle.crypto.params that return ECPoint Modifier and Type Method Description ECPointECDomainParameters. getG()ECPointECPublicKeyParameters. getQ()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)ECPublicKeyParameters(ECPoint Q, ECDomainParameters params) -
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 ECPointBCECPublicKey. engineGetQ()ECPointBCECPublicKey. 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 ECPointEC5Util. convertPoint(ECParameterSpec ecSpec, ECPoint point, boolean withCompression)static ECPointEC5Util. convertPoint(ECCurve curve, ECPoint point, boolean withCompression) -
Uses of ECPoint in org.bouncycastle.jce.interfaces
Methods in org.bouncycastle.jce.interfaces that return ECPoint Modifier and Type Method Description ECPointECPublicKey. 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 ECPointJCEECPublicKey. engineGetQ()ECPointJCEECPublicKey. getQ() -
Uses of ECPoint in org.bouncycastle.jce.spec
Methods in org.bouncycastle.jce.spec that return ECPoint Modifier and Type Method Description ECPointECParameterSpec. getG()return the base point we are using for these domain parameters.ECPointECPublicKeySpec. 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 classECPoint.F2mElliptic curve points over F2mstatic classECPoint.FpElliptic curve points over FpMethods in org.bouncycastle.math.ec that return ECPoint Modifier and Type Method Description abstract ECPointECPoint. add(ECPoint b)ECPointECPoint.F2m. add(ECPoint b)ECPointECPoint.Fp. add(ECPoint b)abstract ECPointECCurve. createPoint(BigInteger x, BigInteger y, boolean withCompression)ECPointECCurve.F2m. createPoint(BigInteger x, BigInteger y, boolean withCompression)ECPointECCurve.Fp. createPoint(BigInteger x, BigInteger y, boolean withCompression)ECPointECCurve. decodePoint(byte[] encoded)Decode a point on this curve from its ASN.1 encoding.protected abstract ECPointECCurve. decompressPoint(int yTilde, BigInteger X1)protected ECPointECCurve.F2m. decompressPoint(int yTilde, BigInteger X1)Decompresses a compressed point P = (xp, yp) (X9.62 s 4.2.2).protected ECPointECCurve.Fp. decompressPoint(int yTilde, BigInteger X1)ECPointECCurve.F2m. getInfinity()ECPointECCurve.Fp. getInfinity()abstract ECPointECCurve. getInfinity()ECPointECPoint. multiply(BigInteger k)Multiplies thisECPointby the given number.ECPointECPoint.F2m. negate()ECPointECPoint.Fp. negate()abstract ECPointECPoint. negate()static ECPointECAlgorithms. shamirsTrick(ECPoint P, BigInteger k, ECPoint Q, BigInteger l)ECPointECPoint.F2m. subtract(ECPoint b)ECPointECPoint.Fp. subtract(ECPoint b)abstract ECPointECPoint. subtract(ECPoint b)static ECPointECAlgorithms. sumOfTwoMultiplies(ECPoint P, BigInteger a, ECPoint Q, BigInteger b)ECPointECPoint.F2m. twice()ECPointECPoint.Fp. twice()abstract ECPointECPoint. twice()Methods in org.bouncycastle.math.ec with parameters of type ECPoint Modifier and Type Method Description abstract ECPointECPoint. add(ECPoint b)ECPointECPoint.F2m. add(ECPoint b)ECPointECPoint.Fp. add(ECPoint b)static ECPointECAlgorithms. shamirsTrick(ECPoint P, BigInteger k, ECPoint Q, BigInteger l)ECPointECPoint.F2m. subtract(ECPoint b)ECPointECPoint.Fp. subtract(ECPoint b)abstract ECPointECPoint. subtract(ECPoint b)static ECPointECAlgorithms. sumOfTwoMultiplies(ECPoint P, BigInteger a, ECPoint Q, BigInteger b)