KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javacard > security > AESKey

javacard.security
Interface AESKey

All Superinterfaces:
Key, SecretKey
See Also:
KeyBuilder, Signature, Cipher, KeyEncryption

public byte getKey(byte[] keyData,
                   short kOff)
            throws CryptoException
See Also:
Key
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setKey(byte[] keyData,
                   short kOff)
            throws CryptoException,
                   NullPointerException,
                   ArrayIndexOutOfBoundsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags