Package org.bouncycastle.math.ec
Class ZSignedDigitR2LMultiplier
- java.lang.Object
-
- org.bouncycastle.math.ec.AbstractECMultiplier
-
- org.bouncycastle.math.ec.ZSignedDigitR2LMultiplier
-
- All Implemented Interfaces:
ECMultiplier
public class ZSignedDigitR2LMultiplier extends AbstractECMultiplier
Deprecated.Will be removed
-
-
Constructor Summary
Constructors Constructor Description ZSignedDigitR2LMultiplier()
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.'Zeroless' Signed Digit Right-to-Left.-
Methods inherited from class org.bouncycastle.math.ec.AbstractECMultiplier
checkResult, multiply
-
-
-
-
Method Detail
-
multiplyPositive
protected ECPoint multiplyPositive(ECPoint p, java.math.BigInteger k)
Deprecated.'Zeroless' Signed Digit Right-to-Left.- Specified by:
multiplyPositive
in classAbstractECMultiplier
-
-