edu.uiuc.cs.seclab
Class AesKey

java.lang.Object
  extended by org.bouncycastle.crypto.params.KeyParameter
      extended by edu.uiuc.cs.seclab.AesKey
All Implemented Interfaces:
org.bouncycastle.crypto.CipherParameters

public class AesKey
extends org.bouncycastle.crypto.params.KeyParameter

AES key


Field Summary
static int BYTE_LEN
           
 
Constructor Summary
AesKey(byte[] data_)
           
 
Method Summary
 int getBitLen()
           
 int getByteLen()
           
 byte[] getData()
           
 java.lang.String toString()
           
 
Methods inherited from class org.bouncycastle.crypto.params.KeyParameter
getKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BYTE_LEN

public static final int BYTE_LEN
See Also:
Constant Field Values
Constructor Detail

AesKey

public AesKey(byte[] data_)
Method Detail

getBitLen

public int getBitLen()

getByteLen

public int getByteLen()

getData

public byte[] getData()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object