- activateFile() - Method in interface uicc.access.FileView
-
This method activates a deactivated EF.
- AdminBERTLVFileView - Interface in uicc.access.bertlvfile
-
The AdminBERTLVFileView interface defines the administrative methods
to access a UICC file system server and the methods to access BER TLV files.
- AdminException - Exception in uicc.access.fileadministration
-
The AdminException class encapsulates specific exceptions which can
be thrown by the methods of an object, that implements an AdminFileView interface, in case of error.
- AdminException(short) - Constructor for exception uicc.access.fileadministration.AdminException
-
Constructs a AdminException with the specified reason.
- AdminFileView - Interface in uicc.access.fileadministration
-
The AdminFileView interface defines the administrative methods to access a UICC file system server.
- AdminFileViewBuilder - Class in uicc.access.fileadministration
-
The AdminFileViewBuilder class provides a way to get a administrative view of a UICC File system server.
- allocateServiceIdentifier() - Method in interface uicc.toolkit.ToolkitRegistry
-
Allocate a Service identifier that the applet can manage.
- allocateTimer() - Method in interface uicc.toolkit.ToolkitRegistry
-
Asks the CAT Runtime Environment to allocate a Timer that the applet can manage.
- ALLOWED_LENGTH_EXCEEDED - Static variable in exception uicc.toolkit.ToolkitException
-
This reason code (=10) is used to indicate that the provided menu
entry string is bigger than the allocated space
- appendArray(byte[], short, short) - Method in interface uicc.toolkit.EditHandler
-
Appends a buffer into the EditHandler buffer.
- appendTLV(byte, byte[], short, short) - Method in interface uicc.toolkit.EditHandler
-
Appends a TLV element to the current TLV list (byte array format).
- appendTLV(byte, byte) - Method in interface uicc.toolkit.EditHandler
-
Appends a TLV element to the current TLV list (1-byte element).
- appendTLV(byte, short) - Method in interface uicc.toolkit.EditHandler
-
Appends a TLV element to the current TLV list (2-byte element).
- appendTLV(byte, byte, byte) - Method in interface uicc.toolkit.EditHandler
-
Appends a TLV element to the current TLV list (2-byte element)
This method is useful to add double byte elements as Device Identities, Duration or
Response Length.
- appendTLV(byte, byte, short) - Method in interface uicc.toolkit.EditHandler
-
Appends a TLV element to the current TLV list (3-byte element(1-byte,1-short))
This method is useful to add three byte elements as Command details or Display parameters
A successful append does not modify the TLV selected.
- appendTLV(byte, short, short) - Method in interface uicc.toolkit.EditHandler
-
Appends a TLV element to the current TLV list (4-byte element(2-short))
This method is useful to add three byte elements as Text Attribute, ESN, or C-APDU.
- appendTLV(byte, byte, byte[], short, short) - Method in interface uicc.toolkit.EditHandler
-
Appends a TLV element to the current TLV list (1 byte and a byte array format).
- appendTLV(byte, byte[], short, short, byte[], short, short) - Method in interface uicc.toolkit.EditHandler
-
Appends a TLV element to the current TLV list (2 byte arrays format).