Uses of Class
org.gudy.bouncycastle.math.ec.IntArray
-
Packages that use IntArray Package Description org.gudy.bouncycastle.math.ec -
-
Uses of IntArray in org.gudy.bouncycastle.math.ec
Fields in org.gudy.bouncycastle.math.ec declared as IntArray Modifier and Type Field Description private IntArray
ECFieldElement.F2m. x
TheIntArray
holding the bits.Methods in org.gudy.bouncycastle.math.ec that return IntArray Modifier and Type Method Description IntArray
IntArray. multiply(IntArray other, int m)
IntArray
IntArray. shiftLeft(int n)
IntArray
IntArray. square(int m)
Methods in org.gudy.bouncycastle.math.ec with parameters of type IntArray Modifier and Type Method Description void
IntArray. addShifted(IntArray other, int shift)
IntArray
IntArray. multiply(IntArray other, int m)
Constructors in org.gudy.bouncycastle.math.ec with parameters of type IntArray Constructor Description F2m(int m, int k1, int k2, int k3, IntArray x)
-