javacard.security
Interface DESKey

All Superinterfaces:
Key, SecretKey
All Known Implementing Classes:
DESKeyImpl, XORKey

public interface DESKey
extends SecretKey


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

Method Detail

setKey

public void setKey(byte[] abyte0,
                   short word0)
            throws CryptoException,
                   java.lang.NullPointerException,
                   java.lang.ArrayIndexOutOfBoundsException
CryptoException
java.lang.NullPointerException
java.lang.ArrayIndexOutOfBoundsException

getKey

public byte getKey(byte[] abyte0,
                   short word0)