Uses of Interface
org.gudy.bouncycastle.math.ec.PreCompInfo
-
Packages that use PreCompInfo Package Description org.gudy.bouncycastle.math.ec -
-
Uses of PreCompInfo in org.gudy.bouncycastle.math.ec
Fields in org.gudy.bouncycastle.math.ec declared as PreCompInfo Modifier and Type Field Description protected PreCompInfo
ECPoint. preCompInfo
Methods in org.gudy.bouncycastle.math.ec with parameters of type PreCompInfo Modifier and Type Method Description ECPoint
ECMultiplier. multiply(ECPoint p, java.math.BigInteger k, PreCompInfo preCompInfo)
Multiplies theECPoint p
byk
, i.e.ECPoint
FpNafMultiplier. multiply(ECPoint p, java.math.BigInteger k, PreCompInfo preCompInfo)
D.3.2 pg 101(package private) void
ECPoint. setPreCompInfo(PreCompInfo preCompInfo)
Sets thePreCompInfo
.
-