Bouncy Castle Cryptography Library 1.64

org.bouncycastle.math.ec
Class NafR2LMultiplier

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

public class NafR2LMultiplier
extends AbstractECMultiplier

Class implementing the NAF (Non-Adjacent Form) multiplication algorithm (right-to-left).


Constructor Summary
NafR2LMultiplier()
           
 
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

NafR2LMultiplier

public NafR2LMultiplier()
Method Detail

multiplyPositive

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

Bouncy Castle Cryptography Library 1.64