Bouncy Castle Cryptography Library 1.81

org.bouncycastle.math.ec.endo
Interface ECEndomorphism

All Known Subinterfaces:
GLVEndomorphism
All Known Implementing Classes:
GLVTypeAEndomorphism, GLVTypeBEndomorphism

public interface ECEndomorphism


Method Summary
 ECPointMap getPointMap()
           
 boolean hasEfficientPointMap()
           
 

Method Detail

getPointMap

public ECPointMap getPointMap()

hasEfficientPointMap

public boolean hasEfficientPointMap()

Bouncy Castle Cryptography Library 1.81