public class FixedPointPreCompInfo extends java.lang.Object implements PreCompInfo
Modifier and Type | Field and Description |
---|---|
protected ECPoint |
offset |
protected ECPoint[] |
preComp
Array holding the precomputed
ECPoint s used for a fixed
point multiplication. |
protected int |
width
The width used for the precomputation.
|
Constructor and Description |
---|
FixedPointPreCompInfo() |
Modifier and Type | Method and Description |
---|---|
ECPoint |
getOffset() |
ECPoint[] |
getPreComp() |
int |
getWidth() |
void |
setOffset(ECPoint offset) |
void |
setPreComp(ECPoint[] preComp) |
void |
setWidth(int width) |
protected ECPoint offset
protected ECPoint[] preComp
ECPoint
s used for a fixed
point multiplication.protected int width