| Package | Description |
|---|---|
| uicc.access.bertlvfile | |
| uicc.access.fileadministration |
| 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.
|