Uses of Interface
org.bouncycastle.math.ec.ECLookupTable
-
Packages that use ECLookupTable Package Description org.bouncycastle.math.ec org.bouncycastle.math.ec.custom.djb org.bouncycastle.math.ec.custom.gm org.bouncycastle.math.ec.custom.sec -
-
Uses of ECLookupTable in org.bouncycastle.math.ec
Classes in org.bouncycastle.math.ec that implement ECLookupTable Modifier and Type Class Description class
AbstractECLookupTable
class
SimpleLookupTable
Fields in org.bouncycastle.math.ec declared as ECLookupTable Modifier and Type Field Description protected ECLookupTable
FixedPointPreCompInfo. lookupTable
Lookup table for the precomputedECPoint
s used for a fixed point multiplication.Methods in org.bouncycastle.math.ec that return ECLookupTable Modifier and Type Method Description ECLookupTable
ECCurve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
Create a cache-safe lookup table for the specified sequence of points.ECLookupTable
ECCurve.F2m. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
FixedPointPreCompInfo. getLookupTable()
Methods in org.bouncycastle.math.ec with parameters of type ECLookupTable Modifier and Type Method Description void
FixedPointPreCompInfo. setLookupTable(ECLookupTable lookupTable)
-
Uses of ECLookupTable in org.bouncycastle.math.ec.custom.djb
Methods in org.bouncycastle.math.ec.custom.djb that return ECLookupTable Modifier and Type Method Description ECLookupTable
Curve25519. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
-
Uses of ECLookupTable in org.bouncycastle.math.ec.custom.gm
Methods in org.bouncycastle.math.ec.custom.gm that return ECLookupTable Modifier and Type Method Description ECLookupTable
SM2P256V1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
-
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 ECLookupTable
SecP128R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP160K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP160R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP160R2Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP192K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP192R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP224K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP224R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP256K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP256R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP384R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecP521R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT113R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT113R2Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT131R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT131R2Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT163K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT163R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT163R2Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT193R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT193R2Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT233K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT233R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT239K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT283K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT283R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT409K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT409R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT571K1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
ECLookupTable
SecT571R1Curve. createCacheSafeLookupTable(ECPoint[] points, int off, int len)
-