|
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.AbstractECMultiplier
org.bouncycastle.math.ec.WNafL2RMultiplier
Class implementing the WNAF (Window Non-Adjacent Form) multiplication algorithm.
Constructor Summary | |
WNafL2RMultiplier()
|
Method Summary | |
protected ECPoint |
multiplyPositive(ECPoint p,
java.math.BigInteger k)
Multiplies this by an integer k using the Window NAF method. |
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 |
public WNafL2RMultiplier()
Method Detail |
protected ECPoint multiplyPositive(ECPoint p, java.math.BigInteger k)
multiplyPositive
in class AbstractECMultiplier
k
- The integer by which this is multiplied.
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |