Bouncy Castle Cryptography Library 1.65

org.bouncycastle.math.ec
Class ReferenceMultiplier

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

Deprecated. Will be removed

public class ReferenceMultiplier
extends AbstractECMultiplier


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

ReferenceMultiplier

public ReferenceMultiplier()
Deprecated. 
Method Detail

multiplyPositive

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

Bouncy Castle Cryptography Library 1.65