Bouncy Castle Cryptography Library 1.81

org.bouncycastle.math.ec.endo
Class EndoPreCompInfo

java.lang.Object
  extended byorg.bouncycastle.math.ec.endo.EndoPreCompInfo
All Implemented Interfaces:
PreCompInfo

public class EndoPreCompInfo
extends java.lang.Object
implements PreCompInfo


Field Summary
protected  ECEndomorphism endomorphism
           
protected  ECPoint mappedPoint
           
 
Constructor Summary
EndoPreCompInfo()
           
 
Method Summary
 ECEndomorphism getEndomorphism()
           
 ECPoint getMappedPoint()
           
 void setEndomorphism(ECEndomorphism endomorphism)
           
 void setMappedPoint(ECPoint mappedPoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

endomorphism

protected ECEndomorphism endomorphism

mappedPoint

protected ECPoint mappedPoint
Constructor Detail

EndoPreCompInfo

public EndoPreCompInfo()
Method Detail

getEndomorphism

public ECEndomorphism getEndomorphism()

setEndomorphism

public void setEndomorphism(ECEndomorphism endomorphism)

getMappedPoint

public ECPoint getMappedPoint()

setMappedPoint

public void setMappedPoint(ECPoint mappedPoint)

Bouncy Castle Cryptography Library 1.81