Uses of Interface
org.bouncycastle.math.ec.ECPointMap
-
Packages that use ECPointMap Package Description org.bouncycastle.math.ec org.bouncycastle.math.ec.endo -
-
Uses of ECPointMap in org.bouncycastle.math.ec
Classes in org.bouncycastle.math.ec that implement ECPointMap Modifier and Type Class Description class
ScaleXNegateYPointMap
class
ScaleXPointMap
class
ScaleYNegateXPointMap
class
ScaleYPointMap
Methods in org.bouncycastle.math.ec with parameters of type ECPointMap Modifier and Type Method Description static WNafPreCompInfo
WNafUtil. precomputeWithPointMap(ECPoint p, ECPointMap pointMap, WNafPreCompInfo fromWNaf, boolean includeNegated)
-
Uses of ECPointMap in org.bouncycastle.math.ec.endo
Fields in org.bouncycastle.math.ec.endo declared as ECPointMap Modifier and Type Field Description protected ECPointMap
GLVTypeAEndomorphism. pointMap
protected ECPointMap
GLVTypeBEndomorphism. pointMap
Methods in org.bouncycastle.math.ec.endo that return ECPointMap Modifier and Type Method Description ECPointMap
ECEndomorphism. getPointMap()
ECPointMap
GLVTypeAEndomorphism. getPointMap()
ECPointMap
GLVTypeBEndomorphism. getPointMap()
-