Bouncy Castle Cryptography Library 1.81

org.bouncycastle.math.ec
Class WTauNafPreCompInfo

java.lang.Object
  extended byorg.bouncycastle.math.ec.WTauNafPreCompInfo
All Implemented Interfaces:
PreCompInfo

public class WTauNafPreCompInfo
extends java.lang.Object
implements PreCompInfo

Class holding precomputation data for the WTNAF (Window τ-adic Non-Adjacent Form) algorithm.


Field Summary
protected  ECPoint.AbstractF2m[] preComp
          Array holding the precomputed ECPoint.AbstractF2ms used for the WTNAF multiplication.
 
Constructor Summary
WTauNafPreCompInfo()
           
 
Method Summary
 ECPoint.AbstractF2m[] getPreComp()
           
 void setPreComp(ECPoint.AbstractF2m[] preComp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

preComp

protected ECPoint.AbstractF2m[] preComp
Array holding the precomputed ECPoint.AbstractF2ms used for the WTNAF multiplication.

Constructor Detail

WTauNafPreCompInfo

public WTauNafPreCompInfo()
Method Detail

getPreComp

public ECPoint.AbstractF2m[] getPreComp()

setPreComp

public void setPreComp(ECPoint.AbstractF2m[] preComp)

Bouncy Castle Cryptography Library 1.81