org.bouncycastle.math.ec
Class ECAlgorithms

java.lang.Object
  extended by org.bouncycastle.math.ec.ECAlgorithms

public class ECAlgorithms
extends java.lang.Object


Constructor Summary
ECAlgorithms()
           
 
Method Summary
static ECPoint shamirsTrick(ECPoint P, java.math.BigInteger k, ECPoint Q, java.math.BigInteger l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECAlgorithms

public ECAlgorithms()
Method Detail

shamirsTrick

public static ECPoint shamirsTrick(ECPoint P,
                                   java.math.BigInteger k,
                                   ECPoint Q,
                                   java.math.BigInteger l)