Package uicc.toolkit
package uicc.toolkit
This package provides the means for the toolkit applets to register
to the events of the common application toolkit (CAT) framework, to handle
TLV information and to send proactive commands according to the ETSI
TS 102 223 specification.
The Package Application Identifier (AID) format is defined in TS 101 220
-
ClassDescriptionThe BERTLVEditHandler interface offers methods to set the TAG of a BER TLV List and to edit the BER TLV list.The BERTLVViewHandler interface offers methods to retrieve information about TLVs stored in BER TLV list.This class is the basic class for the construction of a list of Comprehension TLV elements.The
EnvelopeHandlerinterface contains basic methods to handle the Envelope data field.TheEnvelopeHandlerSystemclass provides the means to retrieve an instance of an Object implementing theEnvelopeHandlerinterface.TheEnvelopeResponseHandlerinterface contains basic methods to handle the Envelope response data field.TheEnvelopeResponseHandlerSystemclass provides the means to retrieve an instance of an Object implementing theEnvelopeResponseHandlerinterface.This interface is the basic class for the definition of Proactive commands .TheProactiveHandlerSystemclass provides the means to retrieve an instance of an Object implementing theResponseHandlerinterface.TheProactiveResponseHandlerinterface contains basic methods to handle the Terminal Response data field.TheProactiveResponseHandlerSystemclass provides the means to retrieve an instance of an Object implementing theProactiveResponseHandlerinterface.TheTerminalProfileclass contains methods to question the terminal profile, regarding the support for "Common Application Toolkit CAT" and supposing that this profile has been set by the Terminal Profile APDU command.ToolkitConstantsencapsulates constants related to the Toolkit Applets.This class extends theThrowableclass and allows the classes of this package to throw specific exceptions in case of problems.This interface must be implemented by an object of a Toolkit Applet instance (which extends thejavacard.framework.Appletclass) so that it can be triggered by the Toolkit Handler according to the resgistration information.TheToolkitRegistryinterface offers basic services and methods to allow any Toolkit Applet to register its configuration (supported events) during the install phase and possibly to change it during all the applet life time.TheToolkitRegistrySystemclass provides the means to retrieve an instance of an Object implementing theToolkitRegistryinterface.TheViewHandlerclass offers basic services and contains basic methods to handle a Comprehension TLV List, such as in a Terminal Response data field or in a BER-TLV element (Envelope data field or Proactive command).