|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javacard.security.DESKeyImpl
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 |
public DESKeyImpl()
Method Detail |
public void setKey(byte[] abyte0, short word0) throws CryptoException, java.lang.NullPointerException, java.lang.ArrayIndexOutOfBoundsException
setKey
in interface DESKey
CryptoException
java.lang.NullPointerException
java.lang.ArrayIndexOutOfBoundsException
public byte getKey(byte[] abyte0, short word0)
getKey
in interface DESKey
public boolean isInitialized()
isInitialized
in interface Key
public void clearKey()
clearKey
in interface Key
public byte getType()
getType
in interface Key
public short getSize()
getSize
in interface Key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |