Bouncy Castle Cryptography Library 1.81

org.bouncycastle.math.ec
Class SimpleLookupTable

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

public class SimpleLookupTable
extends AbstractECLookupTable


Constructor Summary
SimpleLookupTable(ECPoint[] points, int off, int len)
           
 
Method Summary
 int getSize()
           
 ECPoint lookup(int index)
           
 ECPoint lookupVar(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLookupTable

public SimpleLookupTable(ECPoint[] points,
                         int off,
                         int len)
Method Detail

getSize

public int getSize()

lookup

public ECPoint lookup(int index)

lookupVar

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

Bouncy Castle Cryptography Library 1.81