Uses of Class
org.bouncycastle.math.ec.ECCurve
-
Packages that use ECCurve Package Description org.bouncycastle.asn1.ua Classes and object identifiers related to Ukranian DTSU4145 signature standard.org.bouncycastle.asn1.x9 Support classes useful for encoding and supporting X9.62 elliptic curve.org.bouncycastle.crypto.asymmetric Keys and parameter classes for asymmetric (public/private) key algorithms.org.bouncycastle.crypto.internal.params org.bouncycastle.math.ec Low-level API for performing calculations on elliptic curves, in particular point addition, point doubling, and efficient scalar multiplication.org.bouncycastle.math.ec.custom.sec Custom, optimized implementations of the SEC curves.org.bouncycastle.math.ec.endo Provide support for using the GLV method to take advantage of the efficiently computable endomorphisms on "Koblitz" curves e.g. -
-
Uses of ECCurve in org.bouncycastle.asn1.ua
Methods in org.bouncycastle.asn1.ua with parameters of type ECCurve Modifier and Type Method Description static ECPoint
DSTU4145PointEncoder. decodePoint(ECCurve curve, byte[] bytes)
-
Uses of ECCurve in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 that return ECCurve Modifier and Type Method Description ECCurve
X9Curve. getCurve()
ECCurve
X9ECParameters. getCurve()
Methods in org.bouncycastle.asn1.x9 with parameters of type ECCurve Modifier and Type Method Description int
X9IntegerConverter. getByteLength(ECCurve c)
Return the curve's field size in bytes.Constructors in org.bouncycastle.asn1.x9 with parameters of type ECCurve Constructor Description X9Curve(ECCurve curve)
X9Curve(ECCurve curve, byte[] seed)
X9ECParameters(ECCurve curve, X9ECPoint g, java.math.BigInteger n, java.math.BigInteger h)
X9ECParameters(ECCurve curve, X9ECPoint g, java.math.BigInteger n, java.math.BigInteger h, byte[] seed)
X9ECParameters(ECCurve curve, ECPoint g, java.math.BigInteger n)
X9ECParameters(ECCurve curve, ECPoint g, java.math.BigInteger n, java.math.BigInteger h)
X9ECParameters(ECCurve curve, ECPoint g, java.math.BigInteger n, java.math.BigInteger h, byte[] seed)
X9ECPoint(ECCurve c, byte[] encoding)
X9ECPoint(ECCurve c, ASN1OctetString s)
-
Uses of ECCurve in org.bouncycastle.crypto.asymmetric
Methods in org.bouncycastle.crypto.asymmetric that return ECCurve Modifier and Type Method Description ECCurve
ECDomainParameters. getCurve()
Return the curve associated with these domain parameters.Constructors in org.bouncycastle.crypto.asymmetric with parameters of type ECCurve Constructor Description ECDomainParameters(ECCurve curve, ECPoint G, java.math.BigInteger n)
Constructor that assumes the co-factor h is 1.ECDomainParameters(ECCurve curve, ECPoint G, java.math.BigInteger n, java.math.BigInteger h)
Constructor with explicit co-factor.ECDomainParameters(ECCurve curve, ECPoint G, java.math.BigInteger n, java.math.BigInteger h, byte[] seed)
Constructor with explicit co-factor and generation seed.NamedECDomainParameters(ASN1ObjectIdentifier id, ECCurve curve, ECPoint G, java.math.BigInteger n)
Constructor that assumes the co-factor h is 1.NamedECDomainParameters(ASN1ObjectIdentifier id, ECCurve curve, ECPoint G, java.math.BigInteger n, java.math.BigInteger h)
Constructor with explicit co-factor.NamedECDomainParameters(ASN1ObjectIdentifier id, ECCurve curve, ECPoint G, java.math.BigInteger n, java.math.BigInteger h, byte[] seed)
Constructor with explicit co-factor and generation seed. -
Uses of ECCurve in org.bouncycastle.crypto.internal.params
Methods in org.bouncycastle.crypto.internal.params that return ECCurve Modifier and Type Method Description ECCurve
EcDomainParameters. getCurve()
-
Uses of ECCurve in org.bouncycastle.math.ec
Subclasses of ECCurve in org.bouncycastle.math.ec Modifier and Type Class Description static class
ECCurve.AbstractF2m
static class
ECCurve.AbstractFp
static class
ECCurve.F2m
Elliptic curves over F2m.static class
ECCurve.Fp
Elliptic curve over FpFields in org.bouncycastle.math.ec declared as ECCurve Modifier and Type Field Description protected ECCurve
ECPoint. curve
protected ECCurve
GLVMultiplier. curve
Methods in org.bouncycastle.math.ec that return ECCurve Modifier and Type Method Description protected abstract ECCurve
ECCurve. cloneCurve()
protected ECCurve
ECCurve.F2m. cloneCurve()
protected ECCurve
ECCurve.Fp. cloneCurve()
ECCurve
ECCurve.Config. create()
ECCurve
ECPoint. getCurve()
Methods in org.bouncycastle.math.ec with parameters of type ECCurve Modifier and Type Method Description static ECPoint
ECAlgorithms. cleanPoint(ECCurve c, ECPoint p)
boolean
ECCurve. equals(ECCurve other)
static int
FixedPointUtil. getCombSize(ECCurve c)
protected static ECFieldElement[]
ECPoint. getInitialZCoords(ECCurve curve)
static ECPoint
ECAlgorithms. importPoint(ECCurve c, ECPoint p)
static boolean
ECAlgorithms. isF2mCurve(ECCurve c)
static boolean
ECAlgorithms. isFpCurve(ECCurve c)
Constructors in org.bouncycastle.math.ec with parameters of type ECCurve Constructor Description AbstractF2m(ECCurve curve, ECFieldElement x, ECFieldElement y)
AbstractF2m(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
AbstractFp(ECCurve curve, ECFieldElement x, ECFieldElement y)
AbstractFp(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
ECPoint(ECCurve curve, ECFieldElement x, ECFieldElement y)
ECPoint(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
GLVMultiplier(ECCurve curve, GLVEndomorphism glvEndomorphism)
-
Uses of ECCurve in org.bouncycastle.math.ec.custom.sec
Subclasses of ECCurve in org.bouncycastle.math.ec.custom.sec Modifier and Type Class Description class
SecP128R1Curve
class
SecP160K1Curve
class
SecP160R1Curve
class
SecP160R2Curve
class
SecP192K1Curve
class
SecP192R1Curve
class
SecP224K1Curve
class
SecP224R1Curve
class
SecP256K1Curve
class
SecP256R1Curve
class
SecP384R1Curve
class
SecP521R1Curve
class
SecT113R1Curve
class
SecT113R2Curve
class
SecT131R1Curve
class
SecT131R2Curve
class
SecT163K1Curve
class
SecT163R1Curve
class
SecT163R2Curve
class
SecT193R1Curve
class
SecT193R2Curve
class
SecT233K1Curve
class
SecT233R1Curve
class
SecT239K1Curve
class
SecT283K1Curve
class
SecT283R1Curve
class
SecT409K1Curve
class
SecT409R1Curve
class
SecT571K1Curve
class
SecT571R1Curve
Methods in org.bouncycastle.math.ec.custom.sec that return ECCurve Modifier and Type Method Description protected ECCurve
SecP128R1Curve. cloneCurve()
protected ECCurve
SecP160K1Curve. cloneCurve()
protected ECCurve
SecP160R1Curve. cloneCurve()
protected ECCurve
SecP160R2Curve. cloneCurve()
protected ECCurve
SecP192K1Curve. cloneCurve()
protected ECCurve
SecP192R1Curve. cloneCurve()
protected ECCurve
SecP224K1Curve. cloneCurve()
protected ECCurve
SecP224R1Curve. cloneCurve()
protected ECCurve
SecP256K1Curve. cloneCurve()
protected ECCurve
SecP256R1Curve. cloneCurve()
protected ECCurve
SecP384R1Curve. cloneCurve()
protected ECCurve
SecP521R1Curve. cloneCurve()
protected ECCurve
SecT113R1Curve. cloneCurve()
protected ECCurve
SecT113R2Curve. cloneCurve()
protected ECCurve
SecT131R1Curve. cloneCurve()
protected ECCurve
SecT131R2Curve. cloneCurve()
protected ECCurve
SecT163K1Curve. cloneCurve()
protected ECCurve
SecT163R1Curve. cloneCurve()
protected ECCurve
SecT163R2Curve. cloneCurve()
protected ECCurve
SecT193R1Curve. cloneCurve()
protected ECCurve
SecT193R2Curve. cloneCurve()
protected ECCurve
SecT233K1Curve. cloneCurve()
protected ECCurve
SecT233R1Curve. cloneCurve()
protected ECCurve
SecT239K1Curve. cloneCurve()
protected ECCurve
SecT283K1Curve. cloneCurve()
protected ECCurve
SecT283R1Curve. cloneCurve()
protected ECCurve
SecT409K1Curve. cloneCurve()
protected ECCurve
SecT409R1Curve. cloneCurve()
protected ECCurve
SecT571K1Curve. cloneCurve()
protected ECCurve
SecT571R1Curve. cloneCurve()
-
Uses of ECCurve in org.bouncycastle.math.ec.endo
Fields in org.bouncycastle.math.ec.endo declared as ECCurve Modifier and Type Field Description protected ECCurve
GLVTypeBEndomorphism. curve
Constructors in org.bouncycastle.math.ec.endo with parameters of type ECCurve Constructor Description GLVTypeBEndomorphism(ECCurve curve, GLVTypeBParameters parameters)
-