|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.crypto.params.KeyParameter
edu.uiuc.cs.seclab.AesKey
public class AesKey
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 |
|---|
public static final int BYTE_LEN
| Constructor Detail |
|---|
public AesKey(byte[] data_)
| Method Detail |
|---|
public int getBitLen()
public int getByteLen()
public byte[] getData()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||