Bouncy Castle Cryptography Library 1.64

org.bouncycastle.math.ec
Class DoubleAddMultiplier

java.lang.Object
  extended byorg.bouncycastle.math.ec.AbstractECMultiplier
      extended byorg.bouncycastle.math.ec.DoubleAddMultiplier
All Implemented Interfaces:
ECMultiplier

public class DoubleAddMultiplier
extends AbstractECMultiplier


Constructor Summary
DoubleAddMultiplier()
           
 
Method Summary
protected  ECPoint multiplyPositive(ECPoint p, java.math.BigInteger k)
          Joye's double-add algorithm.
 
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

DoubleAddMultiplier

public DoubleAddMultiplier()
Method Detail

multiplyPositive

protected ECPoint multiplyPositive(ECPoint p,
                                   java.math.BigInteger k)
Joye's double-add algorithm.

Specified by:
multiplyPositive in class AbstractECMultiplier

Bouncy Castle Cryptography Library 1.64