KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javacardx > crypto > KeyEncryption

javacardx.crypto
Interface KeyEncryption

See Also:
KeyBuilder, Cipher

public Cipher getKeyCipher()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setKeyCipher(Cipher keyCipher)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


[2010]code
By vana on 2010/07/02 01:49:09  Rate
I m working with SHINE pattern 
 It has Code for encryption  ( MD5,... )  and it is easy to use like this code 
 http://sourceforge.net/projects/shine-enterpris/

Popular Tags