Uses of Class
org.bouncycastle.math.ec.ECCurve
| Package | Description |
|---|---|
| org.bouncycastle.asn1.x9 | |
| org.bouncycastle.crypto.params | |
| org.bouncycastle.jcajce.provider.asymmetric.util | |
| org.bouncycastle.jce.spec | |
| org.bouncycastle.math.ec |
-
Uses of ECCurve in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 that return ECCurve Modifier and Type Method Description ECCurveX9Curve. getCurve()ECCurveX9ECParameters. getCurve()Methods in org.bouncycastle.asn1.x9 with parameters of type ECCurve Modifier and Type Method Description intX9IntegerConverter. getByteLength(ECCurve c)Constructors in org.bouncycastle.asn1.x9 with parameters of type ECCurve Constructor Description X9Curve(ECCurve curve)X9Curve(ECCurve curve, byte[] seed)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(ECCurve c, ASN1OctetString s) -
Uses of ECCurve in org.bouncycastle.crypto.params
Methods in org.bouncycastle.crypto.params that return ECCurve Modifier and Type Method Description ECCurveECDomainParameters. getCurve()Constructors in org.bouncycastle.crypto.params with parameters of type ECCurve 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) -
Uses of ECCurve in org.bouncycastle.jcajce.provider.asymmetric.util
Methods in org.bouncycastle.jcajce.provider.asymmetric.util that return ECCurve Modifier and Type Method Description static ECCurveEC5Util. convertCurve(EllipticCurve ec)Methods in org.bouncycastle.jcajce.provider.asymmetric.util with parameters of type ECCurve Modifier and Type Method Description static EllipticCurveEC5Util. convertCurve(ECCurve curve, byte[] seed)static ECPointEC5Util. convertPoint(ECCurve curve, ECPoint point, boolean withCompression) -
Uses of ECCurve in org.bouncycastle.jce.spec
Methods in org.bouncycastle.jce.spec that return ECCurve Modifier and Type Method Description ECCurveECParameterSpec. getCurve()return the curve along which the base point lies.Constructors in org.bouncycastle.jce.spec with parameters of type ECCurve 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) -
Uses of ECCurve in org.bouncycastle.math.ec
Subclasses of ECCurve in org.bouncycastle.math.ec Modifier and Type Class Description static classECCurve.F2mElliptic curves over F2m.static classECCurve.FpElliptic curve over FpMethods in org.bouncycastle.math.ec that return ECCurve Modifier and Type Method Description ECCurveECPoint. getCurve()Constructors in org.bouncycastle.math.ec with parameters of type ECCurve Constructor Description ECPoint(ECCurve curve, ECFieldElement x, ECFieldElement y)F2m(ECCurve curve, ECFieldElement x, ECFieldElement y)F2m(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression)Fp(ECCurve curve, ECFieldElement x, ECFieldElement y)Create a point which encodes with point compression.Fp(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression)Create a point that encodes with or without point compresion.