|
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.ReferenceMultiplier
public class ReferenceMultiplier
| Constructor Summary | |
|---|---|
ReferenceMultiplier()
|
|
| Method Summary | |
|---|---|
protected ECPoint |
multiplyPositive(ECPoint p,
java.math.BigInteger k)
Simple shift-and-add multiplication. |
| 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 ReferenceMultiplier()
| Method Detail |
|---|
protected ECPoint multiplyPositive(ECPoint p,
java.math.BigInteger k)
ECPoint.
multiplyPositive in class AbstractECMultiplierp - The point to multiply.k - The factor by which to multiply.
k * p.
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||