KickJava   Java API By Example, From Geeks To Geeks.

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

javacard.security
Interface Key

All Known Subinterfaces:
AESKey, DESKey, DSAPrivateKey, DSAPublicKey, ECPrivateKey, ECPublicKey, PrivateKey, PublicKey, RSAPrivateCrtKey, RSAPrivateKey, RSAPublicKey, SecretKey
See Also:
KeyBuilder

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


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


public byte getType()
See Also:
KeyBuilder, KeyBuilder.TYPE_DES_TRANSIENT_RESET
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags