Package org.bouncycastle.math.ec
Interface ECMultiplier
-
- All Known Implementing Classes:
AbstractECMultiplier
,DoubleAddMultiplier
,FixedPointCombMultiplier
,GLVMultiplier
,MixedNafR2LMultiplier
,MontgomeryLadderMultiplier
,NafL2RMultiplier
,NafR2LMultiplier
,ReferenceMultiplier
,WNafL2RMultiplier
,WTauNafMultiplier
,ZSignedDigitL2RMultiplier
,ZSignedDigitR2LMultiplier
public interface ECMultiplier
Interface for classes encapsulating a point multiplication algorithm forECPoint
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ECPoint
multiply(ECPoint p, java.math.BigInteger k)
Multiplies theECPoint p
byk
, i.e.
-