|
Bouncy Castle Cryptography 1.51 | ||||||||
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.GLVMultiplier
public class GLVMultiplier
Field Summary | |
---|---|
protected ECCurve |
curve
|
protected GLVEndomorphism |
glvEndomorphism
|
Constructor Summary | |
---|---|
GLVMultiplier(ECCurve curve,
GLVEndomorphism glvEndomorphism)
|
Method Summary | |
---|---|
protected ECPoint |
multiplyPositive(ECPoint p,
java.math.BigInteger k)
|
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 |
Field Detail |
---|
protected final ECCurve curve
protected final GLVEndomorphism glvEndomorphism
Constructor Detail |
---|
public GLVMultiplier(ECCurve curve, GLVEndomorphism glvEndomorphism)
Method Detail |
---|
protected ECPoint multiplyPositive(ECPoint p, java.math.BigInteger k)
multiplyPositive
in class AbstractECMultiplier
|
Bouncy Castle Cryptography 1.51 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |