Bouncy Castle Cryptography Library 1.81

org.bouncycastle.math.ec
Class FixedPointCombMultiplier

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

public class FixedPointCombMultiplier
extends AbstractECMultiplier


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

FixedPointCombMultiplier

public FixedPointCombMultiplier()
Method Detail

multiplyPositive

protected ECPoint multiplyPositive(ECPoint p,
                                   java.math.BigInteger k)
Specified by:
multiplyPositive in class AbstractECMultiplier

Bouncy Castle Cryptography Library 1.81