Class AESencrypt

java.lang.Object
  extended by AESencrypt

public class AESencrypt
extends java.lang.Object


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

Constructor Detail

AESencrypt

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

Cipher

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