Uses of Interface
org.bouncycastle.math.ec.ECLookupTable
-
Packages that use ECLookupTable Package Description org.bouncycastle.math.ec Low-level API for performing calculations on elliptic curves, in particular point addition, point doubling, and efficient scalar multiplication.org.bouncycastle.math.ec.custom.sec Custom, optimized implementations of the SEC curves. -
-
Uses of ECLookupTable in org.bouncycastle.math.ec
Fields in org.bouncycastle.math.ec declared as ECLookupTable Modifier and Type Field Description protected ECLookupTableFixedPointPreCompInfo. lookupTableLookup table for the precomputedECPoints used for a fixed point multiplication.Methods in org.bouncycastle.math.ec that return ECLookupTable Modifier and Type Method Description ECLookupTableECCurve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)Create a cache-safe lookup table for the specified sequence of points.ECLookupTableECCurve.F2m. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableFixedPointPreCompInfo. getLookupTable()Methods in org.bouncycastle.math.ec with parameters of type ECLookupTable Modifier and Type Method Description voidFixedPointPreCompInfo. setLookupTable(ECLookupTable lookupTable) -
Uses of ECLookupTable in org.bouncycastle.math.ec.custom.sec
Methods in org.bouncycastle.math.ec.custom.sec that return ECLookupTable Modifier and Type Method Description ECLookupTableSecP128R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecP160K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecP160R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecP160R2Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecP192K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecP192R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecP224K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecP224R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecP256K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecP256R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecP384R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecP521R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecT113R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecT113R2Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecT131R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecT131R2Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecT163K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecT163R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecT163R2Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecT193R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecT193R2Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecT233K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecT233R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecT239K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecT283K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecT283R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecT409K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecT409R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecT571K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)ECLookupTableSecT571R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
-