javacard.security
Interface AESKey

All Superinterfaces:
Key, SecretKey

public interface AESKey
extends SecretKey


Method Summary
 byte getKey(byte[], short)
           
 void setKey(byte[], short)
           
 
Methods inherited from interface javacard.security.Key
clearKey, getSize, getType, isInitialized
 

Method Detail

setKey

public void setKey(byte[],
                   short)
            throws CryptoException
CryptoException

getKey

public byte getKey(byte[],
                   short)
            throws CryptoException
CryptoException