Class AESdecrypt

java.lang.Object
  extended by AESdecrypt

public class AESdecrypt
extends java.lang.Object


Field Summary
 int Nb
           
 int Nk
           
 int Nr
           
 
Constructor Summary
AESdecrypt(byte[] key, int NkIn)
           
 
Method Summary
 void InvCipher(byte[] in, byte[] out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Nb

public final int Nb
See Also:
Constant Field Values

Nk

public int Nk

Nr

public int Nr
Constructor Detail

AESdecrypt

public AESdecrypt(byte[] key,
                  int NkIn)
Method Detail

InvCipher

public void InvCipher(byte[] in,
                      byte[] out)