Package org.bouncycastle.math.ec
Interface ECMultiplier
-
- All Known Implementing Classes:
AbstractECMultiplier
,FixedPointCombMultiplier
,GLVMultiplier
,WNafL2RMultiplier
,WTauNafMultiplier
public interface ECMultiplier
Interface for classes encapsulating a point multiplication algorithm for ECPoints.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ECPoint
multiply(ECPoint p, java.math.BigInteger k)
Multiplies the ECPoint p by k, i.e.
-