| Package | Description |
|---|---|
| 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.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static AdminFileView |
AdminFileViewBuilder.getTheAdminFileView(javacard.framework.AID aid,
byte bType)
Method to get a reference to a AdminFileView object on an ADF file system server.
|
static AdminFileView |
AdminFileViewBuilder.getTheAdminFileView(byte[] buffer,
short bOffset,
byte bLength,
byte bType)
Method to get a reference to a AdminFileView object on an ADF file system server.
|
static AdminFileView |
AdminFileViewBuilder.getTheUICCAdminFileView(byte bType)
Method to get a reference to a AdminFileView object on the UICC file system server.
|