Uses of Package
org.bouncycastle.math.ec
Packages that use org.bouncycastle.math.ec
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.
-
Classes in org.bouncycastle.math.ec used by org.bouncycastle.asn1.ua
-
Classes in org.bouncycastle.math.ec used by org.bouncycastle.asn1.x9ClassDescriptionbase class for an elliptic curvebase class for points on elliptic curves.
-
Classes in org.bouncycastle.math.ec used by org.bouncycastle.crypto.asymmetric
-
Classes in org.bouncycastle.math.ec used by org.bouncycastle.crypto.internal.paramsClassDescriptionbase class for an elliptic curvebase class for points on elliptic curves.
-
Classes in org.bouncycastle.math.ec used by org.bouncycastle.math.ecClassDescriptionbase class for an elliptic curveInterface for classes encapsulating a point multiplication algorithm for
ECPoint
s.base class for points on elliptic curves.Elliptic curve points over FpClass holding precomputation data for fixed-point multiplications.Interface for classes storing precomputation data for multiplication algorithms.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.secClassDescriptionbase class for an elliptic curveInterface for classes encapsulating a point multiplication algorithm for
ECPoint
s.base class for points on elliptic curves. -
Classes in org.bouncycastle.math.ec used by org.bouncycastle.math.ec.endo