Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
F
I
M
T
U
Z
A
add(Field)
- Method in interface
Field
add(TwoTo8Field)
- Method in class
TwoTo8Field
Adding is just exclusive or'ing the two 8-bit quantities.
add(Field)
- Method in class
TwoTo8Field
Add a Field element
y
to
this
.
affine()
- Method in class
TwoTo8Field
Returns the AES affine transformation described on page 132 of Trappe & Washington.
affine(boolean)
- Method in class
TwoTo8Field
Don't use this function.
C
clone()
- Method in interface
Field
clone()
- Method in class
TwoTo8Field
E
equals(Object)
- Method in class
TwoTo8Field
Tests whether
obj
is structurally identical to
this
.
F
Field
- Interface in
<Unnamed>
I
Inv()
- Method in interface
Field
Inv()
- Method in class
TwoTo8Field
Find the gcd of
this
& the irreducible polynomial (x
8
+ x
4
+ x
3
+ x + 1).
M
main(String[])
- Static method in class
TwoTo8Field
main0(String[])
- Static method in class
TwoTo8Field
mult(Field)
- Method in interface
Field
mult(Field, Field)
- Method in interface
Field
mult(int)
- Method in interface
Field
mult(Field)
- Method in class
TwoTo8Field
Multiplies a Field element
y
to
this
.
mult(Field, Field)
- Method in class
TwoTo8Field
Multiplies two Field elements
x
and
y
and returns their product.
mult(TwoTo8Field)
- Method in class
TwoTo8Field
mult(int)
- Method in class
TwoTo8Field
T
toByte()
- Method in class
TwoTo8Field
toString()
- Method in class
TwoTo8Field
Returns the element in GF(2
8
) as a string, for e.g., "0B", "DF" etc.
TwoTo8Field
- Class in
<Unnamed>
An element of the Field(2
8
) modulo the AES irreducible (x
8
+ x
4
+ x
3
+ x + 1).
TwoTo8Field(TwoTo8Field)
- Constructor for class
TwoTo8Field
TwoTo8Field()
- Constructor for class
TwoTo8Field
Creates a new Field element and initializes it to
Zero
.
TwoTo8Field(byte)
- Constructor for class
TwoTo8Field
TwoTo8Field(int)
- Constructor for class
TwoTo8Field
TwoTo8Field(String)
- Constructor for class
TwoTo8Field
Creates a new Field element from the String which must be either one or two nibbles.
U
Unit
- Static variable in class
TwoTo8Field
Z
zero()
- Method in interface
Field
Zero
- Static variable in class
TwoTo8Field
zero()
- Method in class
TwoTo8Field
Returns a copy identical to
Zero
in the Field.
zerop()
- Method in interface
Field
zerop()
- Method in class
TwoTo8Field
Tests whether the Field element == Zero
A
C
E
F
I
M
T
U
Z
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes