Uses of Class
org.bouncycastle.math.ec.ECCurve
Packages that use ECCurve
Package
Description
Classes and object identifiers related to Ukranian DTSU4145 signature standard.
Support classes useful for encoding and supporting X9.62 elliptic curve.
Keys and parameter classes for asymmetric (public/private) key algorithms.
Low-level API for performing calculations on elliptic curves, in particular point addition, point doubling,
and efficient scalar multiplication.
Custom, optimized implementations of the SEC curves.
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 ECCurveModifier and TypeMethodDescriptionstatic ECPointDSTU4145PointEncoder.decodePoint(ECCurve curve, byte[] bytes) -
Uses of ECCurve in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 that return ECCurveMethods in org.bouncycastle.asn1.x9 with parameters of type ECCurveModifier and TypeMethodDescriptionintX9IntegerConverter.getByteLength(ECCurve c) Return the curve's field size in bytes.Constructors in org.bouncycastle.asn1.x9 with parameters of type ECCurveModifierConstructorDescriptionX9ECParameters(ECCurve curve, X9ECPoint g, BigInteger n) X9ECParameters(ECCurve curve, X9ECPoint g, BigInteger n, BigInteger h) X9ECParameters(ECCurve curve, X9ECPoint g, BigInteger n, BigInteger h, byte[] seed) X9ECPoint(ECCurve c, ASN1OctetString s) -
Uses of ECCurve in org.bouncycastle.crypto.asymmetric
Methods in org.bouncycastle.crypto.asymmetric that return ECCurveModifier and TypeMethodDescriptionECDomainParameters.getCurve()Return the curve associated with these domain parameters.Constructors in org.bouncycastle.crypto.asymmetric with parameters of type ECCurveModifierConstructorDescriptionECDomainParameters(ECCurve curve, ECPoint G, BigInteger n) Constructor that assumes the co-factor h is 1.ECDomainParameters(ECCurve curve, ECPoint G, BigInteger n, BigInteger h) Constructor with explicit co-factor.ECDomainParameters(ECCurve curve, ECPoint G, BigInteger n, BigInteger h, byte[] seed) Constructor with explicit co-factor and generation seed.NamedECDomainParameters(ASN1ObjectIdentifier id, ECCurve curve, ECPoint G, BigInteger n) Constructor that assumes the co-factor h is 1.NamedECDomainParameters(ASN1ObjectIdentifier id, ECCurve curve, ECPoint G, BigInteger n, BigInteger h) Constructor with explicit co-factor.NamedECDomainParameters(ASN1ObjectIdentifier id, ECCurve curve, ECPoint G, BigInteger n, 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 -
Uses of ECCurve in org.bouncycastle.math.ec
Subclasses of ECCurve in org.bouncycastle.math.ecModifier and TypeClassDescriptionstatic classstatic classstatic classElliptic curves over F2m.static classElliptic curve over FpFields in org.bouncycastle.math.ec declared as ECCurveModifier and TypeFieldDescriptionprotected ECCurveECPoint.curveprotected final ECCurveGLVMultiplier.curveMethods in org.bouncycastle.math.ec that return ECCurveModifier and TypeMethodDescriptionprotected abstract ECCurveECCurve.cloneCurve()protected ECCurveECCurve.F2m.cloneCurve()protected ECCurveECCurve.Fp.cloneCurve()ECCurve.Config.create()ECPoint.getCurve()Methods in org.bouncycastle.math.ec with parameters of type ECCurveModifier and TypeMethodDescriptionstatic ECPointECAlgorithms.cleanPoint(ECCurve c, ECPoint p) booleanstatic intFixedPointUtil.getCombSize(ECCurve c) protected static ECFieldElement[]ECPoint.getInitialZCoords(ECCurve curve) static ECPointECAlgorithms.importPoint(ECCurve c, ECPoint p) static booleanECAlgorithms.isF2mCurve(ECCurve c) static booleanConstructors in org.bouncycastle.math.ec with parameters of type ECCurveModifierConstructorDescriptionprotectedAbstractF2m(ECCurve curve, ECFieldElement x, ECFieldElement y) protectedAbstractF2m(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protectedAbstractFp(ECCurve curve, ECFieldElement x, ECFieldElement y) protectedAbstractFp(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) protectedECPoint(ECCurve curve, ECFieldElement x, ECFieldElement y) protectedECPoint(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) GLVMultiplier(ECCurve curve, GLVEndomorphism glvEndomorphism) -
Uses of ECCurve in org.bouncycastle.math.ec.custom.djb
Subclasses of ECCurve in org.bouncycastle.math.ec.custom.djbMethods in org.bouncycastle.math.ec.custom.djb that return ECCurve -
Uses of ECCurve in org.bouncycastle.math.ec.custom.gm
Subclasses of ECCurve in org.bouncycastle.math.ec.custom.gmMethods in org.bouncycastle.math.ec.custom.gm that return ECCurve -
Uses of ECCurve in org.bouncycastle.math.ec.custom.sec
Subclasses of ECCurve in org.bouncycastle.math.ec.custom.secModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.bouncycastle.math.ec.custom.sec that return ECCurveModifier and TypeMethodDescriptionprotected ECCurveSecP128R1Curve.cloneCurve()protected ECCurveSecP160K1Curve.cloneCurve()protected ECCurveSecP160R1Curve.cloneCurve()protected ECCurveSecP160R2Curve.cloneCurve()protected ECCurveSecP192K1Curve.cloneCurve()protected ECCurveSecP192R1Curve.cloneCurve()protected ECCurveSecP224K1Curve.cloneCurve()protected ECCurveSecP224R1Curve.cloneCurve()protected ECCurveSecP256K1Curve.cloneCurve()protected ECCurveSecP256R1Curve.cloneCurve()protected ECCurveSecP384R1Curve.cloneCurve()protected ECCurveSecP521R1Curve.cloneCurve()protected ECCurveSecT113R1Curve.cloneCurve()protected ECCurveSecT113R2Curve.cloneCurve()protected ECCurveSecT131R1Curve.cloneCurve()protected ECCurveSecT131R2Curve.cloneCurve()protected ECCurveSecT163K1Curve.cloneCurve()protected ECCurveSecT163R1Curve.cloneCurve()protected ECCurveSecT163R2Curve.cloneCurve()protected ECCurveSecT193R1Curve.cloneCurve()protected ECCurveSecT193R2Curve.cloneCurve()protected ECCurveSecT233K1Curve.cloneCurve()protected ECCurveSecT233R1Curve.cloneCurve()protected ECCurveSecT239K1Curve.cloneCurve()protected ECCurveSecT283K1Curve.cloneCurve()protected ECCurveSecT283R1Curve.cloneCurve()protected ECCurveSecT409K1Curve.cloneCurve()protected ECCurveSecT409R1Curve.cloneCurve()protected ECCurveSecT571K1Curve.cloneCurve()protected ECCurveSecT571R1Curve.cloneCurve() -
Uses of ECCurve in org.bouncycastle.math.ec.endo
Constructors in org.bouncycastle.math.ec.endo with parameters of type ECCurveModifierConstructorDescriptionGLVTypeAEndomorphism(ECCurve curve, GLVTypeAParameters parameters) GLVTypeBEndomorphism(ECCurve curve, GLVTypeBParameters parameters)