|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectAEStables
public class AEStables
| Constructor Summary | |
|---|---|
AEStables()
|
|
| Method Summary | |
|---|---|
byte |
FFInv(byte b)
|
byte |
FFMul(byte a,
byte b)
|
byte |
FFMulFast(byte a,
byte b)
|
byte |
invSBox(byte b)
|
int |
ithBit(byte b,
int i)
|
byte |
Rcon(int i)
|
byte |
SBox(byte b)
|
int |
subBytes(byte b)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AEStables()
| Method Detail |
|---|
public byte SBox(byte b)
public byte invSBox(byte b)
public byte Rcon(int i)
public byte FFMulFast(byte a,
byte b)
public byte FFMul(byte a,
byte b)
public byte FFInv(byte b)
public int ithBit(byte b,
int i)
public int subBytes(byte b)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||