Package totalcross.crypto.cipher
Class AESKey
- java.lang.Object
-
- totalcross.crypto.cipher.Key
-
- totalcross.crypto.cipher.AESKey
-
public class AESKey extends Key
This class implements the AES cryptographic cipher key.
-
-
Constructor Summary
Constructors Constructor Description AESKey(byte[] data)Creates a new AESKey object with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getData()Gets the key data.
-