Uses of Interface
uicc.access.FileView

Packages that use FileView
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.fileadministration   
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. 
 

Uses of FileView in uicc.access
 

Methods in uicc.access that return FileView
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.
 

Uses of FileView in uicc.access.fileadministration
 

Subinterfaces of FileView in uicc.access.fileadministration
 interface AdminFileView
          The AdminFileView interface defines the administrative methods to access a UICC file system server.
 

Uses of FileView in uicc.toolkit
 

Methods in uicc.toolkit with parameters of type FileView
 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.
 



Copyright © European Telecommunications Standards Institute 2004. All rights reserved.