Package org.bouncycastle.math.ec
Class AbstractECMultiplier
java.lang.Object
org.bouncycastle.math.ec.AbstractECMultiplier
- All Implemented Interfaces:
ECMultiplier
- Direct Known Subclasses:
FixedPointCombMultiplier,GLVMultiplier,WNafL2RMultiplier,WTauNafMultiplier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ECPointmultiply(ECPoint p, BigInteger k) Multiplies theECPoint pbyk, i.e.protected abstract ECPoint
-
Constructor Details
-
AbstractECMultiplier
public AbstractECMultiplier()
-
-
Method Details
-
multiply
Description copied from interface:ECMultiplierMultiplies theECPoint pbyk, i.e.pis addedktimes to itself.- Specified by:
multiplyin interfaceECMultiplier- Parameters:
p- TheECPointto be multiplied.k- The factor by whichpis multiplied.- Returns:
pmultiplied byk.
-
multiplyPositive
-
checkResult
-