Package org.bouncycastle.math.ec
Class AbstractECLookupTable
- java.lang.Object
-
- org.bouncycastle.math.ec.AbstractECLookupTable
-
- All Implemented Interfaces:
ECLookupTable
- Direct Known Subclasses:
SimpleLookupTable
public abstract class AbstractECLookupTable extends java.lang.Object implements ECLookupTable
-
-
Constructor Summary
Constructors Constructor Description AbstractECLookupTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ECPoint
lookupVar(int index)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bouncycastle.math.ec.ECLookupTable
getSize, lookup
-
-
-
-
Method Detail
-
lookupVar
public ECPoint lookupVar(int index)
- Specified by:
lookupVar
in interfaceECLookupTable
-
-