Bouncy Castle Cryptography 1.50

org.bouncycastle.math.ec
Class ZSignedDigitL2RMultiplier

java.lang.Object
  extended by org.bouncycastle.math.ec.AbstractECMultiplier
      extended by org.bouncycastle.math.ec.ZSignedDigitL2RMultiplier
All Implemented Interfaces:
ECMultiplier

public class ZSignedDigitL2RMultiplier
extends AbstractECMultiplier


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

Constructor Detail

ZSignedDigitL2RMultiplier

public ZSignedDigitL2RMultiplier()
Method Detail

multiplyPositive

protected ECPoint multiplyPositive(ECPoint p,
                                   java.math.BigInteger k)
'Zeroless' Signed Digit Left-to-Right.

Specified by:
multiplyPositive in class AbstractECMultiplier

Bouncy Castle Cryptography 1.50