Bouncy Castle Cryptography Library 1.81

org.bouncycastle.math.ec
Class AbstractECLookupTable

java.lang.Object
  extended byorg.bouncycastle.math.ec.AbstractECLookupTable
All Implemented Interfaces:
ECLookupTable
Direct Known Subclasses:
SimpleLookupTable

public abstract class AbstractECLookupTable
extends java.lang.Object
implements ECLookupTable


Constructor Summary
AbstractECLookupTable()
           
 
Method Summary
 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
 

Constructor Detail

AbstractECLookupTable

public AbstractECLookupTable()
Method Detail

lookupVar

public ECPoint lookupVar(int index)
Specified by:
lookupVar in interface ECLookupTable

Bouncy Castle Cryptography Library 1.81