Class GF16
java.lang.Object
org.bouncycastle.util.GF16
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddecode(byte[] input, byte[] output, int outputLen) Deprecated.static voiddecode(byte[] input, int inOff, byte[] output, int outOff, int outputLen) Deprecated.static voidencode(byte[] input, byte[] output, int inputLen) Deprecated.static voidencode(byte[] input, byte[] output, int outOff, int inputLen) Deprecated.static byteinnerProduct(byte[] a, int aOff, byte[] b, int bOff, int rank) Deprecated.static byteinv(byte a) Deprecated.useGF16.inv(byte).static bytemul(byte a, byte b) Deprecated.useGF16.mul(byte, byte).static intmul(int a, int b) Deprecated.useGF16.mul(int, int).
-
Constructor Details
-
GF16
public GF16()Deprecated.
-
-
Method Details
-
mul
Deprecated.useGF16.mul(byte, byte). -
mul
Deprecated.useGF16.mul(int, int). -
inv
Deprecated.useGF16.inv(byte). -
decode
Deprecated. -
decode
@Deprecated public static void decode(byte[] input, int inOff, byte[] output, int outOff, int outputLen) Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
innerProduct
Deprecated.
-
GF16; this type now delegates there and will be removed in a future release.