Bouncy Castle Cryptography Library 1.66

org.bouncycastle.math.ec
Class NafL2RMultiplier

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

Deprecated. Will be removed

public class NafL2RMultiplier
extends AbstractECMultiplier

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


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

NafL2RMultiplier

public NafL2RMultiplier()
Deprecated. 
Method Detail

multiplyPositive

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

Bouncy Castle Cryptography Library 1.66