Bouncy Castle Cryptography 1.50

org.bouncycastle.math.ec
Class ZSignedDigitR2LMultiplier

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

public class ZSignedDigitR2LMultiplier
extends AbstractECMultiplier


Constructor Summary
ZSignedDigitR2LMultiplier()
           
 
Method Summary
protected  ECPoint multiplyPositive(ECPoint p, java.math.BigInteger k)
          'Zeroless' Signed Digit Right-to-Left.
 
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

ZSignedDigitR2LMultiplier

public ZSignedDigitR2LMultiplier()
Method Detail

multiplyPositive

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

Specified by:
multiplyPositive in class AbstractECMultiplier

Bouncy Castle Cryptography 1.50