|
Bouncy Castle Cryptography 1.50 | ||||||||
| 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.WTauNafMultiplier
public class WTauNafMultiplier
Class implementing the WTNAF (Window
τ-adic Non-Adjacent Form) algorithm.
| Constructor Summary | |
|---|---|
WTauNafMultiplier()
|
|
| Method Summary | |
|---|---|
protected ECPoint |
multiplyPositive(ECPoint point,
java.math.BigInteger k)
Multiplies a ECPoint.F2m
by k using the reduced τ-adic NAF (RTNAF)
method. |
| Methods inherited from class org.bouncycastle.math.ec.AbstractECMultiplier |
|---|
multiply |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WTauNafMultiplier()
| Method Detail |
|---|
protected ECPoint multiplyPositive(ECPoint point,
java.math.BigInteger k)
ECPoint.F2m
by k using the reduced τ-adic NAF (RTNAF)
method.
multiplyPositive in class AbstractECMultiplierp - The ECPoint.F2m to multiply.k - The integer by which to multiply k.
p multiplied by k.
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||