PreCompInfo
public class FixedPointPreCompInfo extends java.lang.Object implements PreCompInfo
Modifier and Type | Field | Description |
---|---|---|
protected ECLookupTable |
lookupTable |
Lookup table for the precomputed
ECPoint s used for a fixed point multiplication. |
protected ECPoint |
offset |
|
protected int |
width |
The width used for the precomputation.
|
Constructor | Description |
---|---|
FixedPointPreCompInfo() |
Modifier and Type | Method | 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
ECPoint
s 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)