Package org.bouncycastle.math.ec.endo
Class EndoUtil
- java.lang.Object
 - 
- org.bouncycastle.math.ec.endo.EndoUtil
 
 
- 
public abstract class EndoUtil extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPRECOMP_NAME 
- 
Constructor Summary
Constructors Constructor Description EndoUtil() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.math.BigInteger[]decomposeScalar(ScalarSplitParameters p, java.math.BigInteger k)static ECPointmapPoint(ECEndomorphism endomorphism, ECPoint p) 
 - 
 
- 
- 
Field Detail
- 
PRECOMP_NAME
public static final java.lang.String PRECOMP_NAME
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
decomposeScalar
public static java.math.BigInteger[] decomposeScalar(ScalarSplitParameters p, java.math.BigInteger k)
 
- 
mapPoint
public static ECPoint mapPoint(ECEndomorphism endomorphism, ECPoint p)
 
 - 
 
 -