Bouncy Castle Cryptography 1.50

org.bouncycastle.math.ec
Class WNafPreCompInfo

java.lang.Object
  extended by org.bouncycastle.math.ec.WNafPreCompInfo
All Implemented Interfaces:
PreCompInfo

public class WNafPreCompInfo
extends java.lang.Object
implements PreCompInfo

Class holding precomputation data for the WNAF (Window Non-Adjacent Form) algorithm.


Constructor Summary
WNafPreCompInfo()
           
 
Method Summary
protected  ECPoint[] getPreComp()
           
protected  ECPoint[] getPreCompNeg()
           
protected  ECPoint getTwiceP()
           
protected  void setPreComp(ECPoint[] preComp)
           
protected  void setPreCompNeg(ECPoint[] preCompNeg)
           
protected  void setTwiceP(ECPoint twiceP)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WNafPreCompInfo

public WNafPreCompInfo()
Method Detail

getPreComp

protected ECPoint[] getPreComp()

getPreCompNeg

protected ECPoint[] getPreCompNeg()

setPreComp

protected void setPreComp(ECPoint[] preComp)

setPreCompNeg

protected void setPreCompNeg(ECPoint[] preCompNeg)

getTwiceP

protected ECPoint getTwiceP()

setTwiceP

protected void setTwiceP(ECPoint twiceP)

Bouncy Castle Cryptography 1.50