| Package | Description |
|---|---|
| uicc.access |
This package provides the means to the applets for accessing the
UICC file system defined in the TS 102 221 specification.
|
| uicc.access.bertlvfile |
This package provides the means to the applets for accessing the
UICC BER files defined in the TS 102 221 specification.
|
| uicc.access.fileadministration |
This package provides the means to the applets to perform file administrative
functions as defined in the TS 102 222 specification.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static FileView |
UICCSystem.getTheFileView(javacard.framework.AID aid,
byte event)
Method to get a reference to a FileView object on an ADF file system.
|
static FileView |
UICCSystem.getTheFileView(byte[] buffer,
short bOffset,
byte bLength,
byte event)
Method to get a reference to a FileView object on an ADF file system.
|
static FileView |
UICCSystem.getTheUICCView(byte event)
Method to get a reference to a FileView object on the UICC file system
The FileView object will only allow access to the files specified under the
MF of the UICC.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AdminBERTLVFileView
The
AdminBERTLVFileView interface defines the administrative methods
to access a UICC file system server and the methods to access BER TLV files. |
interface |
BERTLVFileView
The
BERTLVFileView interface defines the methods to access BER TLV files. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AdminFileView
The
AdminFileView interface defines the administrative methods to access a UICC file system server. |
| Modifier and Type | Method and Description |
|---|---|
void |
ToolkitRegistry.deregisterFileEvent(short fileEvent,
FileView aFileView)
Deregister a ToolkitRegistry object from the
EVENT_EXTERNAL_FILE_UPDATE for a file. |
void |
ToolkitRegistry.registerFileEvent(short fileEvent,
FileView aFileView)
Register a ToolkitRegistry object to the
EVENT_EXTERNAL_FILE_UPDATE for a file. |