public class FixedPointPreCompInfo extends java.lang.Object implements PreCompInfo
Modifier and Type | Field and Description |
---|---|
protected ECLookupTable |
lookupTable
Lookup table for the precomputed
ECPoint s 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 and Description |
---|
FixedPointPreCompInfo() |
Modifier and Type | Method and 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
ECPoint
s used for a fixed
point multiplication.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 ECPoint[] getPreComp()
getLookupTable()
insteadpublic void setPreComp(ECPoint[] preComp)
setLookupTable(ECLookupTable)
insteadpublic int getWidth()
public void setWidth(int width)