|
Bouncy Castle Cryptography 1.51 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ECMultiplier
Interface for classes encapsulating a point multiplication algorithm
for ECPoint
s.
Method Summary | |
---|---|
ECPoint |
multiply(ECPoint p,
java.math.BigInteger k)
Multiplies the ECPoint p by k , i.e. |
Method Detail |
---|
ECPoint multiply(ECPoint p, java.math.BigInteger k)
ECPoint p
by k
, i.e.
p
is added k
times to itself.
p
- The ECPoint
to be multiplied.k
- The factor by which p
is multiplied.
p
multiplied by k
.
|
Bouncy Castle Cryptography 1.51 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |