Package org.bouncycastle.math.ec
Class DoubleAddMultiplier
- java.lang.Object
-
- org.bouncycastle.math.ec.AbstractECMultiplier
-
- org.bouncycastle.math.ec.DoubleAddMultiplier
-
- All Implemented Interfaces:
ECMultiplier
public class DoubleAddMultiplier extends AbstractECMultiplier
Deprecated.Will be removed
-
-
Constructor Summary
Constructors Constructor Description DoubleAddMultiplier()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected ECPoint
multiplyPositive(ECPoint p, java.math.BigInteger k)
Deprecated.Joye's double-add algorithm.-
Methods inherited from class org.bouncycastle.math.ec.AbstractECMultiplier
checkResult, multiply
-
-
-
-
Method Detail
-
multiplyPositive
protected ECPoint multiplyPositive(ECPoint p, java.math.BigInteger k)
Deprecated.Joye's double-add algorithm.- Specified by:
multiplyPositive
in classAbstractECMultiplier
-
-