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