Uses of Interface
org.bouncycastle.math.ec.endo.ECEndomorphism
-
Packages that use ECEndomorphism Package Description 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.endo Provide support for using the GLV method to take advantage of the efficiently computable endomorphisms on "Koblitz" curves e.g. -
-
Uses of ECEndomorphism in org.bouncycastle.math.ec
Fields in org.bouncycastle.math.ec declared as ECEndomorphism Modifier and Type Field Description protected ECEndomorphism
ECCurve.Config. endomorphism
protected ECEndomorphism
ECCurve. endomorphism
Methods in org.bouncycastle.math.ec that return ECEndomorphism Modifier and Type Method Description ECEndomorphism
ECCurve. getEndomorphism()
Methods in org.bouncycastle.math.ec with parameters of type ECEndomorphism Modifier and Type Method Description ECCurve.Config
ECCurve.Config. setEndomorphism(ECEndomorphism endomorphism)
-
Uses of ECEndomorphism in org.bouncycastle.math.ec.endo
Subinterfaces of ECEndomorphism in org.bouncycastle.math.ec.endo Modifier and Type Interface Description interface
GLVEndomorphism
Classes in org.bouncycastle.math.ec.endo that implement ECEndomorphism Modifier and Type Class Description class
GLVTypeBEndomorphism
-