GF16; this type now
delegates there and will be removed in a future release.@Deprecated
public class GF16
extends java.lang.Object
| Constructor and Description |
|---|
GF16()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
decode(byte[] input,
byte[] output,
int outputLen)
Deprecated.
|
static void |
decode(byte[] input,
int inOff,
byte[] output,
int outOff,
int outputLen)
Deprecated.
|
static void |
encode(byte[] input,
byte[] output,
int inputLen)
Deprecated.
|
static void |
encode(byte[] input,
byte[] output,
int outOff,
int inputLen)
Deprecated.
|
static byte |
innerProduct(byte[] a,
int aOff,
byte[] b,
int bOff,
int rank)
Deprecated.
|
static byte |
inv(byte a)
Deprecated.
use
GF16.inv(byte). |
static byte |
mul(byte a,
byte b)
Deprecated.
use
GF16.mul(byte, byte). |
static int |
mul(int a,
int b)
Deprecated.
use
GF16.mul(int, int). |
@Deprecated
public static byte mul(byte a,
byte b)
GF16.mul(byte, byte).@Deprecated
public static int mul(int a,
int b)
GF16.mul(int, int).@Deprecated public static byte inv(byte a)
GF16.inv(byte).@Deprecated
public static void decode(byte[] input,
byte[] output,
int outputLen)
GF16.decode(byte[], byte[], int).@Deprecated
public static void decode(byte[] input,
int inOff,
byte[] output,
int outOff,
int outputLen)
GF16.decode(byte[], int, byte[], int, int).@Deprecated
public static void encode(byte[] input,
byte[] output,
int inputLen)
GF16.encode(byte[], byte[], int).@Deprecated
public static void encode(byte[] input,
byte[] output,
int outOff,
int inputLen)
GF16.encode(byte[], byte[], int, int).@Deprecated
public static byte innerProduct(byte[] a,
int aOff,
byte[] b,
int bOff,
int rank)
GF16.innerProduct(byte[], int, byte[], int, int).