Bouncy Castle Cryptography Library 1.65

org.bouncycastle.math.ec
Class ZSignedDigitL2RMultiplier

java.lang.Object
  |
  +--org.bouncycastle.math.ec.AbstractECMultiplier
        |
        +--org.bouncycastle.math.ec.ZSignedDigitL2RMultiplier
All Implemented Interfaces:
ECMultiplier

Deprecated. Will be removed

public class ZSignedDigitL2RMultiplier
extends AbstractECMultiplier


Constructor Summary
ZSignedDigitL2RMultiplier()
          Deprecated.  
 
Method Summary
protected  ECPoint multiplyPositive(ECPoint p, java.math.BigInteger k)
          Deprecated. 'Zeroless' Signed Digit Left-to-Right.
 
Methods inherited from class org.bouncycastle.math.ec.AbstractECMultiplier
checkResult, multiply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZSignedDigitL2RMultiplier

public ZSignedDigitL2RMultiplier()
Deprecated. 
Method Detail

multiplyPositive

protected ECPoint multiplyPositive(ECPoint p,
                                   java.math.BigInteger k)
Deprecated. 
'Zeroless' Signed Digit Left-to-Right.
Overrides:
multiplyPositive in class AbstractECMultiplier

Bouncy Castle Cryptography Library 1.65