Package org.bouncycastle.math.ec
Class FixedPointUtil
- java.lang.Object
 - 
- org.bouncycastle.math.ec.FixedPointUtil
 
 
- 
public class FixedPointUtil extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPRECOMP_NAME 
- 
Constructor Summary
Constructors Constructor Description FixedPointUtil() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetCombSize(ECCurve c)static FixedPointPreCompInfogetFixedPointPreCompInfo(PreCompInfo preCompInfo)static FixedPointPreCompInfoprecompute(ECPoint p) 
 - 
 
- 
- 
Field Detail
- 
PRECOMP_NAME
public static final java.lang.String PRECOMP_NAME
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getCombSize
public static int getCombSize(ECCurve c)
 
- 
getFixedPointPreCompInfo
public static FixedPointPreCompInfo getFixedPointPreCompInfo(PreCompInfo preCompInfo)
 
- 
precompute
public static FixedPointPreCompInfo precompute(ECPoint p)
 
 - 
 
 -