KickJava   Java API By Example, From Geeks To Geeks.

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

javacard.security
Interface DESKey

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

public byte getKey(byte[] keyData,
                   short kOff)
See Also:
Key, CryptoException
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