Bouncy Castle Cryptography Library 1.66

org.bouncycastle.math.ec
Class DoubleAddMultiplier

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

Deprecated. Will be removed

public class DoubleAddMultiplier
extends AbstractECMultiplier


Constructor Summary
DoubleAddMultiplier()
          Deprecated.  
 
Method Summary
protected  ECPoint multiplyPositive(ECPoint p, java.math.BigInteger k)
          Deprecated. 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()
Deprecated. 
Method Detail

multiplyPositive

protected ECPoint multiplyPositive(ECPoint p,
                                   java.math.BigInteger k)
Deprecated. 
Joye's double-add algorithm.
Overrides:
multiplyPositive in class AbstractECMultiplier

Bouncy Castle Cryptography Library 1.66