|
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
Constructor Summary | |
AbstractECMultiplier()
|
Method Summary | |
protected ECPoint |
checkResult(ECPoint p)
|
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)
ECMultiplier
multiply
in interface ECMultiplier
p
- The ECPoint to be multiplied.k
- The factor by which p is multiplied.
protected abstract ECPoint multiplyPositive(ECPoint p, java.math.BigInteger k)
protected ECPoint checkResult(ECPoint p)
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |