|
Bouncy Castle Cryptography Library 1.85 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.util.GF16
GF16; this type now
delegates there and will be removed in a future release.
GF(2^4) helpers.
| Constructor Summary | |
GF16()
Deprecated. |
|
| Method Summary | |
static void |
decode(byte[] input,
byte[] output,
int outputLen)
Deprecated. use GF16.decode(byte[], byte[], int). |
static void |
decode(byte[] input,
int inOff,
byte[] output,
int outOff,
int outputLen)
Deprecated. use GF16.decode(byte[], int, byte[], int, int). |
static void |
encode(byte[] input,
byte[] output,
int inputLen)
Deprecated. use GF16.encode(byte[], byte[], int). |
static void |
encode(byte[] input,
byte[] output,
int outOff,
int inputLen)
Deprecated. use GF16.encode(byte[], byte[], int, int). |
static byte |
innerProduct(byte[] a,
int aOff,
byte[] b,
int bOff,
int rank)
Deprecated. use GF16.innerProduct(byte[], int, byte[], int, int). |
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). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GF16()
| Method Detail |
public static byte mul(byte a,
byte b)
GF16.mul(byte, byte).
public static int mul(int a,
int b)
GF16.mul(int, int).
public static byte inv(byte a)
GF16.inv(byte).
public static void decode(byte[] input,
byte[] output,
int outputLen)
GF16.decode(byte[], byte[], int).
public static void decode(byte[] input,
int inOff,
byte[] output,
int outOff,
int outputLen)
GF16.decode(byte[], int, byte[], int, int).
public static void encode(byte[] input,
byte[] output,
int inputLen)
GF16.encode(byte[], byte[], int).
public static void encode(byte[] input,
byte[] output,
int outOff,
int inputLen)
GF16.encode(byte[], byte[], int, int).
public static byte innerProduct(byte[] a,
int aOff,
byte[] b,
int bOff,
int rank)
GF16.innerProduct(byte[], int, byte[], int, int).
|
Bouncy Castle Cryptography Library 1.85 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||