org.bouncycastle.math.ec
Class FixedPointPreCompInfo
java.lang.Object
org.bouncycastle.math.ec.FixedPointPreCompInfo
- All Implemented Interfaces:
- PreCompInfo
- public class FixedPointPreCompInfo
- extends java.lang.Object
- implements PreCompInfo
Class holding precomputation data for fixed-point multiplications.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
offset
protected ECPoint offset
lookupTable
protected ECLookupTable lookupTable
- Lookup table for the precomputed
ECPoint
s used for a fixed point multiplication.
width
protected int width
- The width used for the precomputation. If a larger width precomputation
is already available this may be larger than was requested, so calling
code should refer to the actual width.
FixedPointPreCompInfo
public FixedPointPreCompInfo()
getLookupTable
public ECLookupTable getLookupTable()
setLookupTable
public void setLookupTable(ECLookupTable lookupTable)
getOffset
public ECPoint getOffset()
setOffset
public void setOffset(ECPoint offset)
getWidth
public int getWidth()
setWidth
public void setWidth(int width)