javacard.security
Interface SecretKey

All Superinterfaces:
Key
All Known Subinterfaces:
AESKey, DESKey, HMACKey, KoreanSEEDKey

@SensitiveType(sensitivity=CONFIDENTIALITY)
public interface SecretKey
extends Key

The SecretKey class is the base interface for keys used in symmetric algorithms (DES, for example).


Method Summary
 
Methods inherited from interface javacard.security.Key
clearKey, getSize, getType, getTypeName, isInitialized
 



Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.