PreCompInfopublic class FixedPointPreCompInfo extends java.lang.Object implements PreCompInfo
| Modifier and Type | Field | Description |
|---|---|---|
protected ECLookupTable |
lookupTable |
Lookup table for the precomputed
ECPoints used for a fixed point multiplication. |
protected ECPoint |
offset |
|
protected ECPoint[] |
preComp |
Deprecated.
Will be removed
|
protected int |
width |
The width used for the precomputation.
|
| Constructor | Description |
|---|---|
FixedPointPreCompInfo() |
| Modifier and Type | Method | Description |
|---|---|---|
ECLookupTable |
getLookupTable() |
|
ECPoint |
getOffset() |
|
ECPoint[] |
getPreComp() |
Deprecated.
Use
getLookupTable() instead |
int |
getWidth() |
|
void |
setLookupTable(ECLookupTable lookupTable) |
|
void |
setOffset(ECPoint offset) |
|
void |
setPreComp(ECPoint[] preComp) |
Deprecated.
Use
setLookupTable(ECLookupTable) instead |
void |
setWidth(int width) |
protected ECPoint offset
protected ECPoint[] preComp
ECPoints used for a fixed
point multiplication.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 ECPoint[] getPreComp()
getLookupTable() insteadpublic void setPreComp(ECPoint[] preComp)
setLookupTable(ECLookupTable) insteadpublic int getWidth()
public void setWidth(int width)