Uses of Package
org.bouncycastle.math.ec
-
Packages that use org.bouncycastle.math.ec 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. -
Classes in org.bouncycastle.math.ec used by org.bouncycastle.asn1.ua Class Description ECCurve base class for an elliptic curveECPoint base class for points on elliptic curves. -
Classes in org.bouncycastle.math.ec used by org.bouncycastle.asn1.x9 Class Description ECCurve base class for an elliptic curveECFieldElement ECPoint base class for points on elliptic curves. -
Classes in org.bouncycastle.math.ec used by org.bouncycastle.crypto.asymmetric Class Description ECCurve base class for an elliptic curveECPoint base class for points on elliptic curves. -
Classes in org.bouncycastle.math.ec used by org.bouncycastle.crypto.internal.params Class Description ECConstants ECCurve base class for an elliptic curveECPoint base class for points on elliptic curves. -
Classes in org.bouncycastle.math.ec used by org.bouncycastle.math.ec Class Description AbstractECMultiplier ECConstants ECCurve base class for an elliptic curveECCurve.AbstractF2m ECCurve.AbstractFp ECCurve.Config ECFieldElement ECFieldElement.AbstractF2m ECFieldElement.AbstractFp ECLookupTable ECMultiplier Interface for classes encapsulating a point multiplication algorithm forECPoint
s.ECPoint base class for points on elliptic curves.ECPoint.AbstractF2m ECPoint.AbstractFp ECPoint.Fp Elliptic curve points over FpECPointMap FixedPointPreCompInfo Class holding precomputation data for fixed-point multiplications.PreCompCallback PreCompInfo Interface for classes storing precomputation data for multiplication algorithms.WNafPreCompInfo Class holding precomputation data for the WNAF (Window Non-Adjacent Form) algorithm. -
Classes in org.bouncycastle.math.ec used by org.bouncycastle.math.ec.custom.sec Class Description ECConstants ECCurve base class for an elliptic curveECCurve.AbstractF2m ECCurve.AbstractFp ECFieldElement ECFieldElement.AbstractF2m ECLookupTable ECMultiplier Interface for classes encapsulating a point multiplication algorithm forECPoint
s.ECPoint base class for points on elliptic curves. -
Classes in org.bouncycastle.math.ec used by org.bouncycastle.math.ec.endo Class Description ECCurve base class for an elliptic curveECPointMap