Uses of Class
org.bouncycastle.math.ec.WNafPreCompInfo
-
Packages that use WNafPreCompInfo Package Description org.bouncycastle.math.ec -
-
Uses of WNafPreCompInfo in org.bouncycastle.math.ec
Methods in org.bouncycastle.math.ec that return WNafPreCompInfo Modifier and Type Method Description static WNafPreCompInfo
WNafUtil. getWNafPreCompInfo(ECPoint p)
static WNafPreCompInfo
WNafUtil. getWNafPreCompInfo(PreCompInfo preCompInfo)
static WNafPreCompInfo
WNafUtil. precompute(ECPoint p, int minWidth, boolean includeNegated)
static WNafPreCompInfo
WNafUtil. precomputeWithPointMap(ECPoint p, ECPointMap pointMap, WNafPreCompInfo fromWNaf, boolean includeNegated)
Methods in org.bouncycastle.math.ec with parameters of type WNafPreCompInfo Modifier and Type Method Description static WNafPreCompInfo
WNafUtil. precomputeWithPointMap(ECPoint p, ECPointMap pointMap, WNafPreCompInfo fromWNaf, boolean includeNegated)
-