Package org.bouncycastle.math.ec.endo
Class EndoPreCompInfo
- java.lang.Object
-
- org.bouncycastle.math.ec.endo.EndoPreCompInfo
-
- All Implemented Interfaces:
PreCompInfo
public class EndoPreCompInfo extends java.lang.Object implements PreCompInfo
-
-
Field Summary
Fields Modifier and Type Field Description protected ECEndomorphism
endomorphism
protected ECPoint
mappedPoint
-
Constructor Summary
Constructors Constructor Description EndoPreCompInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ECEndomorphism
getEndomorphism()
ECPoint
getMappedPoint()
void
setEndomorphism(ECEndomorphism endomorphism)
void
setMappedPoint(ECPoint mappedPoint)
-
-
-
Field Detail
-
endomorphism
protected ECEndomorphism endomorphism
-
mappedPoint
protected ECPoint mappedPoint
-
-
Method Detail
-
getEndomorphism
public ECEndomorphism getEndomorphism()
-
setEndomorphism
public void setEndomorphism(ECEndomorphism endomorphism)
-
getMappedPoint
public ECPoint getMappedPoint()
-
setMappedPoint
public void setMappedPoint(ECPoint mappedPoint)
-
-