|
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
public abstract class AbstractECMultiplier
| Constructor Summary | |
|---|---|
AbstractECMultiplier()
|
|
| Method Summary | |
|---|---|
ECPoint |
multiply(ECPoint p,
java.math.BigInteger k)
Multiplies the ECPoint p by k, i.e. |
protected abstract ECPoint |
multiplyPositive(ECPoint p,
java.math.BigInteger k)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractECMultiplier()
| Method Detail |
|---|
public ECPoint multiply(ECPoint p,
java.math.BigInteger k)
ECMultiplierECPoint p by k, i.e.
p is added k times to itself.
multiply in interface ECMultiplierp - The ECPoint to be multiplied.k - The factor by which p is multiplied.
p multiplied by k.
protected abstract ECPoint multiplyPositive(ECPoint p,
java.math.BigInteger k)
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||