org.bouncycastle.math.ec
Class WNafPreCompInfo
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WNafPreCompInfo
public WNafPreCompInfo()
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)