Java Card
v2.2.2

Uses of Interface
javacard.security.SecretKey

Packages that use SecretKey
javacard.security Provides classes and interfaces that contain publicly-available functionality for implementing a security and cryptography framework on the Java Card platform. 
 

Uses of SecretKey in javacard.security
 

Subinterfaces of SecretKey in javacard.security
 interface AESKey
          AESKey contains a 16/24/32 byte key for AES computations based on the Rijndael algorithm.
 interface DESKey
          DESKey contains an 8/16/24-byte key for single/2 key triple DES/3 key triple DES operations.
 interface HMACKey
          HMACKey contains a key for HMAC operations.
 interface KoreanSEEDKey
          KoreanSEEDKey contains an 16-byte key for Korean Seed Algorithm operations.
 


Java Card
v2.2.2

Copyright © 1993-2005 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, CA, 95054, U.S.A. All Rights Reserved.