Java Card
v2.2.2

Uses of Package
javacard.framework

Packages that use javacard.framework
javacard.framework Provides a framework of classes and interfaces for building, communicating with and working with Java Card technology-based applets. 
javacard.framework.service Provides a service framework of classes and interfaces that allow a Java Card technology-based applet to be designed as an aggregation of service components. 
javacard.security Provides classes and interfaces that contain publicly-available functionality for implementing a security and cryptography framework on the Java Card platform. 
javacardx.biometry Extension package that contains functionality for implementing a biometric framework on the Java Card platform. 
javacardx.external Extension package that provides mechanisms to access memory subsystems which are not directly addressable by the Java Card runtime environment(Java Card RE) on the Java Card platform. 
javacardx.framework.tlv Extension package that contains functionality, for managing storage for BER TLV formatted data, based on the ASN.1 BER encoding rules of ISO/IEC 8825-1:2002, as well as parsing and editing BER TLV formatted data in I/O buffers. 
javacardx.framework.util Extension package that contains common utility functions for manipulating arrays of primitive components - byte, short or int
javacardx.framework.util.intx Extension package that contains common utility functions for using int components. 
 

Classes in javacard.framework used by javacard.framework
AID
          This class encapsulates the Application Identifier (AID) associated with an applet.
APDU
          Application Protocol Data Unit (APDU) is the communication format between the card and the off-card applications.
APDUException
          APDUException represents an APDU related exception.
CardException
          The CardException class defines a field reason and two accessor methods getReason() and setReason().
CardRuntimeException
          The CardRuntimeException class defines a field reason and two accessor methods getReason() and setReason().
ISOException
          ISOException class encapsulates an ISO 7816-4 response status word as its reason code.
PIN
          This interface represents a PIN.
PINException
          PINException represents a OwnerPIN class access-related exception.
Shareable
          The Shareable interface serves to identify all shared objects.
SystemException
          SystemException represents a JCSystem class related exception.
TransactionException
          TransactionException represents an exception in the transaction subsystem.
UserException
          UserException represents a User exception.
 

Classes in javacard.framework used by javacard.framework.service
APDU
          Application Protocol Data Unit (APDU) is the communication format between the card and the off-card applications.
CardRuntimeException
          The CardRuntimeException class defines a field reason and two accessor methods getReason() and setReason().
ISOException
          ISOException class encapsulates an ISO 7816-4 response status word as its reason code.
 

Classes in javacard.framework used by javacard.security
CardRuntimeException
          The CardRuntimeException class defines a field reason and two accessor methods getReason() and setReason().
 

Classes in javacard.framework used by javacardx.biometry
CardRuntimeException
          The CardRuntimeException class defines a field reason and two accessor methods getReason() and setReason().
Shareable
          The Shareable interface serves to identify all shared objects.
 

Classes in javacard.framework used by javacardx.external
CardRuntimeException
          The CardRuntimeException class defines a field reason and two accessor methods getReason() and setReason().
 

Classes in javacard.framework used by javacardx.framework.tlv
CardRuntimeException
          The CardRuntimeException class defines a field reason and two accessor methods getReason() and setReason().
 

Classes in javacard.framework used by javacardx.framework.util
CardRuntimeException
          The CardRuntimeException class defines a field reason and two accessor methods getReason() and setReason().
TransactionException
          TransactionException represents an exception in the transaction subsystem.
 

Classes in javacard.framework used by javacardx.framework.util.intx
SystemException
          SystemException represents a JCSystem class related exception.
TransactionException
          TransactionException represents an exception in the transaction subsystem.
 


Java Card
v2.2.2

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