Uses of Interface
org.bouncycastle.math.ec.ECMultiplier
-
Packages that use ECMultiplier 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.custom.sec Custom, optimized implementations of the SEC curves. -
-
Uses of ECMultiplier in org.bouncycastle.math.ec
Classes in org.bouncycastle.math.ec that implement ECMultiplier Modifier and Type Class Description class
AbstractECMultiplier
class
FixedPointCombMultiplier
class
GLVMultiplier
class
WNafL2RMultiplier
Class implementing the WNAF (Window Non-Adjacent Form) multiplication algorithm.class
WTauNafMultiplier
Class implementing the WTNAF (Windowτ
-adic Non-Adjacent Form) algorithm.Fields in org.bouncycastle.math.ec declared as ECMultiplier Modifier and Type Field Description protected ECMultiplier
ECCurve.Config. multiplier
protected ECMultiplier
ECCurve. multiplier
Methods in org.bouncycastle.math.ec that return ECMultiplier Modifier and Type Method Description protected ECMultiplier
ECCurve. createDefaultMultiplier()
protected ECMultiplier
ECCurve.F2m. createDefaultMultiplier()
ECMultiplier
ECCurve. getMultiplier()
Sets the defaultECMultiplier
, unless already set.Methods in org.bouncycastle.math.ec with parameters of type ECMultiplier Modifier and Type Method Description ECCurve.Config
ECCurve.Config. setMultiplier(ECMultiplier multiplier)
-
Uses of ECMultiplier in org.bouncycastle.math.ec.custom.sec
Methods in org.bouncycastle.math.ec.custom.sec that return ECMultiplier Modifier and Type Method Description protected ECMultiplier
SecT163K1Curve. createDefaultMultiplier()
protected ECMultiplier
SecT233K1Curve. createDefaultMultiplier()
protected ECMultiplier
SecT239K1Curve. createDefaultMultiplier()
protected ECMultiplier
SecT283K1Curve. createDefaultMultiplier()
protected ECMultiplier
SecT409K1Curve. createDefaultMultiplier()
protected ECMultiplier
SecT571K1Curve. createDefaultMultiplier()
-