javacard.security
Class DESKeyImpl

java.lang.Object
  |
  +--javacard.security.DESKeyImpl
All Implemented Interfaces:
DESKey, Key, SecretKey

public class DESKeyImpl
extends java.lang.Object
implements DESKey


Constructor Summary
DESKeyImpl()
           
 
Method Summary
 void clearKey()
           
 byte getKey(byte[] abyte0, short word0)
           
 short getSize()
           
 byte getType()
           
 boolean isInitialized()
           
 void setKey(byte[] abyte0, short word0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DESKeyImpl

public DESKeyImpl()
Method Detail

setKey

public void setKey(byte[] abyte0,
                   short word0)
            throws CryptoException,
                   java.lang.NullPointerException,
                   java.lang.ArrayIndexOutOfBoundsException
Specified by:
setKey in interface DESKey
CryptoException
java.lang.NullPointerException
java.lang.ArrayIndexOutOfBoundsException

getKey

public byte getKey(byte[] abyte0,
                   short word0)
Specified by:
getKey in interface DESKey

isInitialized

public boolean isInitialized()
Specified by:
isInitialized in interface Key

clearKey

public void clearKey()
Specified by:
clearKey in interface Key

getType

public byte getType()
Specified by:
getType in interface Key

getSize

public short getSize()
Specified by:
getSize in interface Key