|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.math.ec.WTauNafPreCompInfo
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 |
protected ECPoint.AbstractF2m[] preComp
Constructor Detail |
public WTauNafPreCompInfo()
Method Detail |
public ECPoint.AbstractF2m[] getPreComp()
public void setPreComp(ECPoint.AbstractF2m[] preComp)
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |