javacard.security
Interface Key

All Known Subinterfaces:
AESKey, DESKey, DSAPrivateKey, DSAPublicKey, ECPrivateKey, ECPublicKey, PrivateKey, PublicKey, RSAPrivateCrtKey, RSAPrivateKey, RSAPublicKey, SecretKey
All Known Implementing Classes:
DESKeyImpl, XORKey, XORPrivateKey, XORPublicKey

public interface Key


Method Summary
 void clearKey()
           
 short getSize()
           
 byte getType()
           
 boolean isInitialized()
           
 

Method Detail

isInitialized

public boolean isInitialized()

clearKey

public void clearKey()

getType

public byte getType()

getSize

public short getSize()