public class FixedPointPreCompInfo extends java.lang.Object implements PreCompInfo
| Modifier and Type | Field and Description |
|---|---|
protected ECLookupTable |
lookupTable
Lookup table for the precomputed
ECPoints used for a fixed point multiplication. |
protected ECPoint |
offset |
protected int |
width
The width used for the precomputation.
|
| Constructor and Description |
|---|
FixedPointPreCompInfo() |
| Modifier and Type | Method and Description |
|---|---|
ECLookupTable |
getLookupTable() |
ECPoint |
getOffset() |
int |
getWidth() |
void |
setLookupTable(ECLookupTable lookupTable) |
void |
setOffset(ECPoint offset) |
void |
setWidth(int width) |
protected ECPoint offset
protected ECLookupTable lookupTable
ECPoints used for a fixed point multiplication.protected int width
public ECLookupTable getLookupTable()
public void setLookupTable(ECLookupTable lookupTable)
public ECPoint getOffset()
public void setOffset(ECPoint offset)
public int getWidth()
public void setWidth(int width)