A B C D E F G H I M N O P R S T U V

A

AC_NOT_FULFILLED - Static variable in class sim.access.SIMViewException
This reason code (= 3) is used to indicate that the access condition is not fulfilled by the calling applet for the called method.
allocateTimer() - Method in class sim.toolkit.ToolkitRegistry
Asks the Toolkit framework to allocate a Timer that the applet can manage.
ALLOWED_LENGTH_EXCEEDED - Static variable in class sim.toolkit.ToolkitException
This reason code (=10) is used to indicate that the provided menu entry string is bigger than the space alloacted space
appendArray(byte[], short, short) - Method in class sim.toolkit.EditHandler
Appends a buffer into the EditHandler buffer.
appendTLV(byte, byte) - Method in class sim.toolkit.EditHandler
Appends a TLV element to the current TLV list (1-byte element).
appendTLV(byte, byte[], short, short) - Method in class sim.toolkit.EditHandler
Appends a TLV element to the current TLV list (byte array format).
appendTLV(byte, byte, byte) - Method in class sim.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, byte[], short, short) - Method in class sim.toolkit.EditHandler
Appends a TLV element to the current TLV list (1 byte and a byte array format).

B

BAD_INPUT_PARAMETER - Static variable in class sim.toolkit.ToolkitException
This reason code (=14) is used to indicate that an input parameter of the method is not valid
BTAG_CALL_CONTROL - Static variable in interface sim.toolkit.ToolkitConstants
BER-TLV : Call Control tag = 0xD4
BTAG_CELL_BROADCAST_DOWNLOAD - Static variable in interface sim.toolkit.ToolkitConstants
BER-TLV : Cell Broadcast download tag = 0xD2
BTAG_EVENT_DOWNLOAD - Static variable in interface sim.toolkit.ToolkitConstants
BER-TLV : Event download tag = 0xD6
BTAG_MENU_SELECTION - Static variable in interface sim.toolkit.ToolkitConstants
BER-TLV : Menu Selection tag = 0xD3
BTAG_MO_SHORT_MESSAGE_CONTROL - Static variable in interface sim.toolkit.ToolkitConstants
BER-TLV : MO short message control tag = 0xD5
BTAG_PROACTIVE_SIM_COMMAND - Static variable in interface sim.toolkit.ToolkitConstants
BER-TLV : Proactive SIM command tag = 0xD0
BTAG_SMS_PP_DOWNLOAD - Static variable in interface sim.toolkit.ToolkitConstants
BER-TLV : SMS-PP download tag = 0xD1
BTAG_SMS_PP_DOWNWLOAD - Static variable in interface sim.toolkit.ToolkitConstants
Deprecated. Replaced by ToolkitConstants.BTAG_SMS_PP_DOWNLOAD in version 7.4.0
BTAG_TIMER_EXPIRATION - Static variable in interface sim.toolkit.ToolkitConstants
BER-TLV : Timer Expiration tag = 0xD7

C

changeMenuEntry(byte, byte[], short, short, byte, boolean, byte, short) - Method in class sim.toolkit.ToolkitRegistry
Changes the value of a menu entry.
check(byte) - Static method in class sim.toolkit.MEProfile
Checks a facility in the handset profile.
check(byte[], short, short) - Static method in class sim.toolkit.MEProfile
Checks a set of facilities in the handset profile.
check(short) - Static method in class sim.toolkit.MEProfile
Checks a facility in the handset profile.
clear() - Method in class sim.toolkit.EditHandler
Clears the TLV list of an EditHandler and resets the current TLV selected.
clearEvent(byte) - Method in class sim.toolkit.ToolkitRegistry
Clears an event in the Toolkit Registry entry of the applet.
compareValue(short, byte[], short, short) - Method in class sim.toolkit.ViewHandler
Compares the last found TLV element with a buffer.
copy(byte[], short, short) - Method in class sim.toolkit.ViewHandler
Copies the simple TLV list contained in the handler to the destination byte array.
copy(short, byte[], short, short) - Static method in class sim.toolkit.MEProfile
Copies a part of the handset profile in a buffer.
copyAdditionalInformation(byte[], short, short) - Method in class sim.toolkit.ProactiveResponseHandler
Copies a part of the additional information field from the first Result TLV element of the current response data field.
copyTextString(byte[], short) - Method in class sim.toolkit.ProactiveResponseHandler
Copies the text string value from the first Text String TLV element of the current response data field.
copyValue(short, byte[], short, short) - Method in class sim.toolkit.ViewHandler
Copies a part of the last TLV element which has been found, into a destination buffer.

D

DCS_8_BIT_DATA - Static variable in interface sim.toolkit.ToolkitConstants
Data Coding Scheme : GSM 8 bit Data = 0x04
DCS_DEFAULT_ALPHABET - Static variable in interface sim.toolkit.ToolkitConstants
Data Coding Scheme : GSM Default Aphabet = 0x00
DCS_UCS2 - Static variable in interface sim.toolkit.ToolkitConstants
Data Coding Scheme : UCS2 = 0x08
DEV_ID_ADDITIONAL_CARD_READER_0 - Static variable in interface sim.toolkit.ToolkitConstants
Device Identity : Additional Card Reader 0 = 0x10
DEV_ID_ADDITIONAL_CARD_READER_1 - Static variable in interface sim.toolkit.ToolkitConstants
Device Identity : Additional Card Reader 1 = 0x11
DEV_ID_ADDITIONAL_CARD_READER_2 - Static variable in interface sim.toolkit.ToolkitConstants
Device Identity : Additional Card Reader 2 = 0x12
DEV_ID_ADDITIONAL_CARD_READER_3 - Static variable in interface sim.toolkit.ToolkitConstants
Device Identity : Additional Card Reader 3 = 0x13
DEV_ID_ADDITIONAL_CARD_READER_4 - Static variable in interface sim.toolkit.ToolkitConstants
Device Identity : Additional Card Reader 4 = 0x14
DEV_ID_ADDITIONAL_CARD_READER_5 - Static variable in interface sim.toolkit.ToolkitConstants
Device Identity : Additional Card Reader 5 = 0x15
DEV_ID_ADDITIONAL_CARD_READER_6 - Static variable in interface sim.toolkit.ToolkitConstants
Device Identity : Additional Card Reader 6 = 0x16
DEV_ID_ADDITIONAL_CARD_READER_7 - Static variable in interface sim.toolkit.ToolkitConstants
Device Identity : Additional Card Reader 7 = 0x17
DEV_ID_DISPLAY - Static variable in interface sim.toolkit.ToolkitConstants
Device Identity : Display = 0x02
DEV_ID_EARPIECE - Static variable in interface sim.toolkit.ToolkitConstants
Device Identity : Earpiece = 0x03
DEV_ID_KEYPAD - Static variable in interface sim.toolkit.ToolkitConstants
Device Identity : Keypad = 0x01
DEV_ID_ME - Static variable in interface sim.toolkit.ToolkitConstants
Device Identity : ME = 0x82
DEV_ID_NETWORK - Static variable in interface sim.toolkit.ToolkitConstants
Device Identity : Network = 0x83
DEV_ID_SIM - Static variable in interface sim.toolkit.ToolkitConstants
Device Identity : SIM = 0x81
disableMenuEntry(byte) - Method in class sim.toolkit.ToolkitRegistry
Disables a menu entry.

E

EditHandler - class sim.toolkit.EditHandler.
This class is the basic class for the construction of a list of simple TLV elements.
enableMenuEntry(byte) - Method in class sim.toolkit.ToolkitRegistry
Enables a menu entry.
EnvelopeHandler - class sim.toolkit.EnvelopeHandler.
The EnvelopeHandler class contains basic methods to handle the Envelope data field.
EnvelopeResponseHandler - class sim.toolkit.EnvelopeResponseHandler.
The EnvelopeResponseHandler class contains basic methods to handle the Envelope response data field.
EVENT_ALREADY_REGISTERED - Static variable in class sim.toolkit.ToolkitException
This reason code (= 7) is used to indicate that the maximum number of registered applet for this event is already reached (e.g Call Control)
EVENT_CALL_CONTROL_BY_SIM - Static variable in interface sim.toolkit.ToolkitConstants
Event : Call Control by SIM = 9
EVENT_EVENT_DOWNLOAD_BROWSER_TERMINATION - Static variable in interface sim.toolkit.ToolkitConstants
Event : Event Download - Browser Termination = 21
EVENT_EVENT_DOWNLOAD_CALL_CONNECTED - Static variable in interface sim.toolkit.ToolkitConstants
Event : Event Download - Call connected type = 13
EVENT_EVENT_DOWNLOAD_CALL_DISCONNECTED - Static variable in interface sim.toolkit.ToolkitConstants
Event : Event Download - Call disconnected type = 14
EVENT_EVENT_DOWNLOAD_CARD_READER_STATUS - Static variable in interface sim.toolkit.ToolkitConstants
Event : Event Download - Card Reader Status = 18
EVENT_EVENT_DOWNLOAD_IDLE_SCREEN_AVAILABLE - Static variable in interface sim.toolkit.ToolkitConstants
Event : Event Download - Idle screen available type = 17
EVENT_EVENT_DOWNLOAD_LANGUAGE_SELECTION - Static variable in interface sim.toolkit.ToolkitConstants
Event : Event Download - Language Selection = 20
EVENT_EVENT_DOWNLOAD_LOCATION_STATUS - Static variable in interface sim.toolkit.ToolkitConstants
Event : Event Download - Location status type = 15
EVENT_EVENT_DOWNLOAD_MT_CALL - Static variable in interface sim.toolkit.ToolkitConstants
Event : Event Download - MT call type = 12
EVENT_EVENT_DOWNLOAD_USER_ACTIVITY - Static variable in interface sim.toolkit.ToolkitConstants
Event : Event Download - User activity type = 16
EVENT_FORMATTED_SMS_CB - Static variable in interface sim.toolkit.ToolkitConstants
Event : Cell Broadcast Data Download Formatted = 24
EVENT_FORMATTED_SMS_PP_ENV - Static variable in interface sim.toolkit.ToolkitConstants
Event : Envelope SMS-PP Data Download (03.48 formatted) = 2
EVENT_FORMATTED_SMS_PP_UPD - Static variable in interface sim.toolkit.ToolkitConstants
Event : Update Record EF sms APDU (03.48 formatted) = 3
EVENT_MENU_SELECTION - Static variable in interface sim.toolkit.ToolkitConstants
Event : Menu Selection = 7
EVENT_MENU_SELECTION_HELP_REQUEST - Static variable in interface sim.toolkit.ToolkitConstants
Event : Menu Selection Help Request = 8
EVENT_MO_SHORT_MESSAGE_CONTROL_BY_SIM - Static variable in interface sim.toolkit.ToolkitConstants
Event : MO Short Message Control by SIM = 10
EVENT_NOT_ALLOWED - Static variable in class sim.toolkit.ToolkitException
This reason code (=13) is used to indicate that the registration to an indicated event can not be changed by the called method.
EVENT_NOT_SUPPORTED - Static variable in class sim.toolkit.ToolkitException
This reason code (= 6) is used to indicate that the event code is not supported by the toolkit framework
EVENT_PROFILE_DOWNLOAD - Static variable in interface sim.toolkit.ToolkitConstants
Event : Profile Download = 1
EVENT_STATUS_COMMAND - Static variable in interface sim.toolkit.ToolkitConstants
Event : Status APDU command = 19
EVENT_TIMER_EXPIRATION - Static variable in interface sim.toolkit.ToolkitConstants
Event : Timer Expiration = 11
EVENT_UNFORMATTED_SMS_CB - Static variable in interface sim.toolkit.ToolkitConstants
Event : Cell Broadcast Data Download = 6
EVENT_UNFORMATTED_SMS_PP_ENV - Static variable in interface sim.toolkit.ToolkitConstants
Event : Envelope SMS-PP Data Download unformatted sms = 4
EVENT_UNFORMATTED_SMS_PP_UPD - Static variable in interface sim.toolkit.ToolkitConstants
Event : Update Record EFsms APDU unformatted sms = 5
EVENT_UNRECOGNIZED_ENVELOPE - Static variable in interface sim.toolkit.ToolkitConstants
Event : Unrecognized Envelope = -1

F

FID_DF_ACES - Static variable in interface sim.access.SIMView
File identifier : DF ACeS = 0x5F33 (under DF GSM)
FID_DF_CTS - Static variable in interface sim.access.SIMView
File identifier : DF CTS = 0x5F60 (under DF GSM)
FID_DF_DCS_1800 - Static variable in interface sim.access.SIMView
File identifier : DF DCS-1800 = 0x7F21
FID_DF_FP_CTS - Static variable in interface sim.access.SIMView
File identifier : DF FP-CTS = 0x7F23
FID_DF_GLOBALSTAR - Static variable in interface sim.access.SIMView
File identifier : DF Globalstar = 0x5F31 (under DF GSM)
FID_DF_Graphics - Static variable in interface sim.access.SIMView
Deprecated. Replaced by SIMView.FID_DF_GRAPHICS in version 7.4.0
FID_DF_GRAPHICS - Static variable in interface sim.access.SIMView
File identifier : DF Graphics = 0x5F50 (under DF TELECOM)
FID_DF_GSM - Static variable in interface sim.access.SIMView
File identifier : DF GSM = 0x7F20
FID_DF_ICO - Static variable in interface sim.access.SIMView
File identifier : DF ICO = 0x5F32 (under DF GSM)
FID_DF_IRIDIUM - Static variable in interface sim.access.SIMView
File identifier : DF IRIDIUM = 0x5F30 (under DF GSM)
FID_DF_IS_41 - Static variable in interface sim.access.SIMView
File identifier : DF IS-41 = 0x7F22
FID_DF_MEXE - Static variable in interface sim.access.SIMView
File identifier : DF MExE = 0x5F3C (under DF GSM)
FID_DF_PCS_1900 - Static variable in interface sim.access.SIMView
File identifier : DF PCS-1900 = 0x5F40 (under DF GSM)
FID_DF_PDC - Static variable in interface sim.access.SIMView
File identifier : DF PDC = 0x7F80
FID_DF_SOLSA - Static variable in interface sim.access.SIMView
File identifier : DF SoLSA = 0x5F70 (under DF GSM)
FID_DF_TELECOM - Static variable in interface sim.access.SIMView
File identifier : DF TELECOM = 0x7F10
FID_DF_TETRA - Static variable in interface sim.access.SIMView
File identifier : DF TETRA = 0x7F90
FID_DF_TIA_EIA_136 - Static variable in interface sim.access.SIMView
File identifier : DF TIA-EIA-136 = 0x7F24
FID_DF_TIA_EIA_553 - Static variable in interface sim.access.SIMView
File identifier : DF TIA-EIA-553= 0x5F40 (under DF GSM)
FID_DF_TIA_EIA_95 - Static variable in interface sim.access.SIMView
File identifier : DF TIA-EIA-95 = 0x7F25
FID_EF_AAEM - Static variable in interface sim.access.SIMView
File identifier : EF AAeM = 0x6FB6 (under DF GSM)
FID_EF_ACC - Static variable in interface sim.access.SIMView
File identifier : EF ACC = 0x6F78 (under DF GSM)
FID_EF_ACCOLC - Static variable in interface sim.access.SIMView
File identifier : EF ACCOLC = 0x4F89 (under DF TIA-EIA-553)
FID_EF_ACM - Static variable in interface sim.access.SIMView
File identifier : EF ACM = 0x6F39 (under DF GSM)
FID_EF_ACMMAX - Static variable in interface sim.access.SIMView
File identifier : EF ACMmax = 0x6F37 (under DF GSM)
FID_EF_AD - Static variable in interface sim.access.SIMView
File identifier : EF AD = 0x6FAD (under DF GSM)
FID_EF_ADN - Static variable in interface sim.access.SIMView
File identifier : EF ADN = 0x6F3A (under DF TELECOM)
FID_EF_AMPS_2_GSM - Static variable in interface sim.access.SIMView
File identifier : EF AMPS_2_GSM = 0x4F91 (under DF TIA-EIA-553)
FID_EF_AMPS_UI - Static variable in interface sim.access.SIMView
File identifier : EF AMPS_UI = 0x4F93 (under DF TIA-EIA-553)
FID_EF_ARPK - Static variable in interface sim.access.SIMView
File identifier : EF ARPK= 0x4F42 (under DF MExE)
FID_EF_BCCH - Static variable in interface sim.access.SIMView
File identifier : EF BCCH = 0x6F74 (under DF GSM)
FID_EF_BDN - Static variable in interface sim.access.SIMView
File identifier : EF BDN = 0x6F4D (under DF TELECOM)
FID_EF_CBMI - Static variable in interface sim.access.SIMView
File identifier : EF CBMI = 0x6F45 (under DF GSM)
FID_EF_CBMID - Static variable in interface sim.access.SIMView
File identifier : EF CBMID = 0x6F48 (under DF GSM)
FID_EF_CBMIR - Static variable in interface sim.access.SIMView
File identifier : EF CBMIR = 0x6F50 (under DF GSM)
FID_EF_CCCH - Static variable in interface sim.access.SIMView
File identifier : EF CCCH = 0x4F8E (under DF TIA-EIA-553)
FID_EF_CCP - Static variable in interface sim.access.SIMView
File identifier : EF CCP = 0x6F3D (under DF TELECOM)
FID_EF_CMI - Static variable in interface sim.access.SIMView
File identifier : EF CMI = 0x6F58 (under DF TELECOM)
FID_EF_CNL - Static variable in interface sim.access.SIMView
File identifier : EF CNL = 0x6F32 (under DF GSM)
FID_EF_COUNT - Static variable in interface sim.access.SIMView
File identifier : EF COUNT = 0x4F83 (under DF TIA-EIA-553)
FID_EF_CPBCCH - Static variable in interface sim.access.SIMView
File identifier : EF CPBCCH= 0x6F63(under DF GSM)
FID_EF_CSID - Static variable in interface sim.access.SIMView
File identifier : EF CSID= 0x4F8C (under DF TIA-EIA-553)
FID_EF_DCK - Static variable in interface sim.access.SIMView
File identifier : EF DCK = 0x6F2C (under DF GSM)
FID_EF_ECC - Static variable in interface sim.access.SIMView
File identifier : EF ECC = 0x6FB7 (under DF GSM)
FID_EF_ECCP - Static variable in interface sim.access.SIMView
File identifier : EF ECCP = 0x6F4F (under DF TELECOM)
FID_EF_ELP - Static variable in interface sim.access.SIMView
File identifier : EF ELP = 0x2F05 (under MF)
FID_EF_EMLPP - Static variable in interface sim.access.SIMView
File identifier : EF eMLPP = 0x6FB5 (under DF GSM)
FID_EF_EXT1 - Static variable in interface sim.access.SIMView
File identifier : EF EXT1 = 0x6F4A (under DF TELECOM)
FID_EF_EXT2 - Static variable in interface sim.access.SIMView
File identifier : EF EXT2 = 0x6F4B (under DF TELECOM)
FID_EF_EXT3 - Static variable in interface sim.access.SIMView
File identifier : EF EXT3 = 0x6F4C (under DF TELECOM)
FID_EF_EXT4 - Static variable in interface sim.access.SIMView
File identifier : EF EXT4 = 0x6F4E (under DF TELECOM)
FID_EF_FC1 - Static variable in interface sim.access.SIMView
File identifier : EF FC1= 0x4F8A (under DF TIA-EIA-553)
FID_EF_FDN - Static variable in interface sim.access.SIMView
File identifier : EF FDN = 0x6F3B (under DF TELECOM)
FID_EF_FPLMN - Static variable in interface sim.access.SIMView
File identifier : EF FPLMN = 0x6F7B (under DF GSM)
FID_EF_GID1 - Static variable in interface sim.access.SIMView
File identifier : EF GID1 = 0x6F3E (under DF GSM)
FID_EF_GID2 - Static variable in interface sim.access.SIMView
File identifier : EF GID2 = 0x6F3F (under DF GSM)
FID_EF_GPI - Static variable in interface sim.access.SIMView
File identifier : EF GPI = 0x4F81 (under DF TIA-EIA-553)
FID_EF_GSM_RECON - Static variable in interface sim.access.SIMView
File identifier : EF GSM_RECON = 0x4F90 (under DF TIA-EIA-553)
FID_EF_HPLMN - Static variable in interface sim.access.SIMView
File identifier : EF HPLMN = 0x6F31 (under DF GSM)
FID_EF_HPLMNWACT - Static variable in interface sim.access.SIMView
File identifier : EF HPLMNwAcT= 0x6F62 (under DF GSM)
FID_EF_ICCID - Static variable in interface sim.access.SIMView
File identifier : EF ICCID = 0x2FE2 (under MF)
FID_EF_IMG - Static variable in interface sim.access.SIMView
File identifier : EF IMG = 0x4F20 (under DF Graphics)
FID_EF_IMSI - Static variable in interface sim.access.SIMView
File identifier : EF IMSI = 0x6F07 (under DF GSM)
FID_EF_INVSCAN - Static variable in interface sim.access.SIMView
File identifier : EF InvScan= 0x6F64(under DF GSM)
FID_EF_IPC - Static variable in interface sim.access.SIMView
File identifier : EF IPC = 0x4F82 (under DF TIA-EIA-553)
FID_EF_KC - Static variable in interface sim.access.SIMView
File identifier : EF Kc = 0x6F20 (under DF GSM)
FID_EF_KCGPRS - Static variable in interface sim.access.SIMView
File identifier : EF KcGPRS = 0x6F52 (under DF GSM)
FID_EF_LDCC - Static variable in interface sim.access.SIMView
File identifier : EF LDCC = 0x4F8F (under DF TIA-EIA-553)
FID_EF_LND - Static variable in interface sim.access.SIMView
File identifier : EF LND = 0x6F44 (under DF TELECOM)
FID_EF_LOCI - Static variable in interface sim.access.SIMView
File identifier : EF LOCI = 0x6F7E (under DF GSM)
FID_EF_LOCIGPRS - Static variable in interface sim.access.SIMView
File identifier : EF LOCIGPRS = 0x6F53 (under DF GSM)
FID_EF_LP - Static variable in interface sim.access.SIMView
File identifier : EF LP = 0x6F05 (under DF GSM)
FID_EF_MEXE_ST - Static variable in interface sim.access.SIMView
File identifier : EF MExE_ST= 0x4F40 (under DF MExE)
FID_EF_MIN - Static variable in interface sim.access.SIMView
File identifier : EF MIN = 0x4F88 (under DF TIA-EIA-553)
FID_EF_MSISDN - Static variable in interface sim.access.SIMView
File identifier : EF MSISDN = 0x6F40 (under DF TELECOM)
FID_EF_NETSEL - Static variable in interface sim.access.SIMView
File identifier : EF NETSEL = 0x4F86 (under DF TIA-EIA-553)
FID_EF_NIA - Static variable in interface sim.access.SIMView
File identifier : EF NIA = 0x6F51 (under DF GSM)
FID_EF_NSID - Static variable in interface sim.access.SIMView
File identifier : EF NSID = 0x4F84 (under DF TIA-EIA-553)
FID_EF_OPLMNWACT - Static variable in interface sim.access.SIMView
File identifier : EF OPLMNwAcT= 0x6F61 (under DF GSM)
FID_EF_ORPK - Static variable in interface sim.access.SIMView
File identifier : EF ORPK= 0x4F41 (under DF MExE)
FID_EF_PHASE - Static variable in interface sim.access.SIMView
File identifier : EF Phase = 0x6FAE (under DF GSM)
FID_EF_PLMNSEL - Static variable in interface sim.access.SIMView
File identifier : EF PLMNsel = 0x6F30 (under DF GSM)
FID_EF_PLMNWACT - Static variable in interface sim.access.SIMView
File identifier : EF PLMNwAcT= 0x6F60 (under DF GSM)
FID_EF_PSID - Static variable in interface sim.access.SIMView
File identifier : EF PSID = 0x4F85 (under DF TIA-EIA-553)
FID_EF_PUCT - Static variable in interface sim.access.SIMView
File identifier : EF PUCT = 0x6F41 (under DF GSM)
FID_EF_REG_THRESH - Static variable in interface sim.access.SIMView
File identifier : EF REG_THRESH = 0x4F8D (under DF TIA-EIA-553)
FID_EF_S_ESN - Static variable in interface sim.access.SIMView
File identifier : EF S_ESN = 0x4F8B (under DF TIA-EIA-553)
FID_EF_SAI - Static variable in interface sim.access.SIMView
File identifier : EF SAI = 0x4F30 (under DF SoLSA)
FID_EF_SDN - Static variable in interface sim.access.SIMView
File identifier : EF SDN = 0x6F49 (under DF TELECOM)
FID_EF_SID - Static variable in interface sim.access.SIMView
File identifier : EF SID = 0x4F80 (under DF TIA-EIA-553)
FID_EF_SLL - Static variable in interface sim.access.SIMView
File identifier : EF SLL = 0x4F31 (under DF SoLSA)
FID_EF_SMS - Static variable in interface sim.access.SIMView
File identifier : EF SMS = 0x6F3C (under DF TELECOM)
FID_EF_SMSP - Static variable in interface sim.access.SIMView
File identifier : EF SMSP = 0x6F42 (under DF TELECOM)
FID_EF_SMSR - Static variable in interface sim.access.SIMView
File identifier : EF SMSR = 0x6F47 (under DF TELECOM)
FID_EF_SMSS - Static variable in interface sim.access.SIMView
File identifier : EF SMSS = 0x6F43 (under DF TELECOM)
FID_EF_SPL - Static variable in interface sim.access.SIMView
File identifier : EF SPL = 0x4F87 (under DF TIA-EIA-553)
FID_EF_SPN - Static variable in interface sim.access.SIMView
File identifier : EF SPN = 0x6F46 (under DF GSM)
FID_EF_SST - Static variable in interface sim.access.SIMView
File identifier : EF SST = 0x6F38 (under DF GSM)
FID_EF_SUME - Static variable in interface sim.access.SIMView
File identifier : EF SUME = 0x6F54 (under DF GSM)
FID_EF_TPRPK - Static variable in interface sim.access.SIMView
File identifier : EF TPRPK = 0x4F43 (under DF MExE)
FID_EF_VBS - Static variable in interface sim.access.SIMView
File identifier : EF VBS = 0x6FB3 (under DF GSM)
FID_EF_VBSS - Static variable in interface sim.access.SIMView
File identifier : EF VBSS = 0x6FB4 (under DF GSM)
FID_EF_VGCS - Static variable in interface sim.access.SIMView
File identifier : EF VGCS = 0x6FB1 (under DF GSM)
FID_EF_VGCSS - Static variable in interface sim.access.SIMView
File identifier : EF VGCSS = 0x6FB2 (under DF GSM)
FID_MF - Static variable in interface sim.access.SIMView
File identifier : MF = 0x3F00
FILE_INCONSISTENT - Static variable in class sim.access.SIMViewException
This reason code (= 2) is used to indicate that the current File inconsistent with the called method.
FILE_NOT_FOUND - Static variable in class sim.access.SIMViewException
This reason code (= 4) is used to indicate to the calling applet that the file was not found in the current directory.
findAndCompareValue(byte, byte[], short) - Method in class sim.toolkit.ViewHandler
Looks for the first occurence of a TLV element from beginning of a TLV list and compare its value with a buffer.
findAndCompareValue(byte, byte, short, byte[], short, short) - Method in class sim.toolkit.ViewHandler
Looks for the indicated occurence of a TLV element from the beginning of a TLV list and compare its value with a buffer.
findAndCopyValue(byte, byte[], short) - Method in class sim.toolkit.ViewHandler
Looks for the first occurence of a TLV element from the beginning of a TLV list and copy its value into a destination buffer.
findAndCopyValue(byte, byte, short, byte[], short, short) - Method in class sim.toolkit.ViewHandler
Looks for the indicated occurence of a TLV element from the beginning of a TLV list and copy its value into a destination buffer.
findTLV(byte, byte) - Method in class sim.toolkit.ViewHandler
Looks for the indicated occurence of a TLV element from the beginning of the TLV list (handler buffer).

G

getAdditionalInformationLength() - Method in class sim.toolkit.ProactiveResponseHandler
Returns the length of the additional information field from the first Result TLV element of the current response data field.
getEntry() - Static method in class sim.toolkit.ToolkitRegistry
This method is used by the Toolkit applet to get a reference to its Toolkit Registry entry, so that it can handle its registration state to the toolkit events.
getEnvelopeTag() - Method in class sim.toolkit.EnvelopeHandler
Returns the Envelope BER-TLV tag.
getGeneralResult() - Method in class sim.toolkit.ProactiveResponseHandler
Returns the general result byte of the Proactive command.
getItemIdentifier() - Method in class sim.toolkit.ProactiveResponseHandler
Returns the item identifier byte value from the first Item Identifier TLV element of the current response data field.
getItemIdentifier() - Method in class sim.toolkit.EnvelopeHandler
Returns the item identifier byte value from the first Item Identifier TLV element in the current Envelope data field.
getLength() - Method in class sim.toolkit.ViewHandler
Returns the length of the TLV list.
getPollInterval() - Method in class sim.toolkit.ToolkitRegistry
Returns the number of seconds of the adjusted duration for the calling toolkit applet.
getSecuredDataLength() - Method in class sim.toolkit.EnvelopeHandler
Looks for the length of the Secured Data from the Command Packet in the first SMS TPDU or Cell Broadcast Page Simple TLV contained in the Envelope handler.
getSecuredDataOffset() - Method in class sim.toolkit.EnvelopeHandler
Looks for the Secured Data from the Command Packet in the first SMS TPDU or Cell Broadcast Page Simple TLV contained in the Envelope handler.
getTextStringCodingScheme() - Method in class sim.toolkit.ProactiveResponseHandler
Returns the data coding scheme byte from the first Text String TLV element of the current response data field.
getTextStringLength() - Method in class sim.toolkit.ProactiveResponseHandler
Returns the text string length value from the first Text String TLV element of the current response data field.
getTheHandler() - Static method in class sim.toolkit.ProactiveHandler
Returns the single system instance of the ProactiveHandler class.
getTheHandler() - Static method in class sim.toolkit.ProactiveResponseHandler
Returns the single system instance of the ProactiveResponseHandler class.
getTheHandler() - Static method in class sim.toolkit.EnvelopeResponseHandler
Returns the single system instance of the EnvelopeResponseHandler class.
getTheHandler() - Static method in class sim.toolkit.EnvelopeHandler
Returns the single system instance of the EnvelopeHandler class.
getTheSIMView() - Static method in class sim.access.SIMSystem
Return a reference to the GSM interface
getTPUDLOffset() - Method in class sim.toolkit.EnvelopeHandler
Looks for the TP-UDL field in the first TPDU TLV element in the Envelope data field.
getValue(short, short) - Static method in class sim.toolkit.MEProfile
Returns the binary value of a parameter, delimited by two indexes, from the handset profile.
getValueByte(short) - Method in class sim.toolkit.ViewHandler
Gets a byte from the last TLV element which has been found in the handler.
getValueLength() - Method in class sim.toolkit.ViewHandler
Gets the binary length of the value field for the last TLV element which has been found in the handler.

H

HANDLER_NOT_AVAILABLE - Static variable in class sim.toolkit.ToolkitException
This reason code (= 2) is used to indicate that the Handler is not available (e.g. busy).
HANDLER_OVERFLOW - Static variable in class sim.toolkit.ToolkitException
This reason code (= 1) is used to indicate that data are to large than the storage space available in the handler.

I

increase(byte[], short, byte[], short) - Method in interface sim.access.SIMView
INCREASE command as defined in GSM 11.11 standard.
This method increases the current cyclic EF record of the calling applet.
init(byte, byte, byte) - Method in class sim.toolkit.ProactiveHandler
Initializes the next Proactive command with Command Details and Device Identities TLV.
initDisplayText(byte, byte, byte[], short, short) - Method in class sim.toolkit.ProactiveHandler
Builds a Display Text Proactive command without sending the command.
initGetInkey(byte, byte, byte[], short, short) - Method in class sim.toolkit.ProactiveHandler
Builds a Get Inkey Proactive command without sending the command.
initGetInput(byte, byte, byte[], short, short, short, short) - Method in class sim.toolkit.ProactiveHandler
Initialize the building of a Get Input Proactive command.
initMenuEntry(byte[], short, short, byte, boolean, byte, short) - Method in class sim.toolkit.ToolkitRegistry
Initialises the next menu entry allocated at loading.
INTERNAL_ERROR - Static variable in class sim.access.SIMViewException
This reason code (= 5) is used to indicate to the calling applet that an Internal error happened during the called method.
INVALID_MODE - Static variable in class sim.access.SIMViewException
This reason code (= 10) is used to indicate that the seek or record access mode requested is not supported by the called method.
INVALID_TIMER_ID - Static variable in class sim.toolkit.ToolkitException
This reason code (=12) is used to indicate that the indicated timer identifier is not allocated to this applet.
invalidate() - Method in interface sim.access.SIMView
INVALIDATE command as defined in GSM 11.11 standard.
This method invalidates the currently selected EF of the calling applet.
INVALIDATION_STATUS_CONTRADICTION - Static variable in class sim.access.SIMViewException
This reason code (= 6) is used to indicate that the called method is in contradiction with the invalidation status of the current file.
isEventSet(byte) - Method in class sim.toolkit.ToolkitRegistry
Allows to know if an event is set in the Toolkit Registry entry of the applet.

M

MAX_VALUE_REACHED - Static variable in class sim.access.SIMViewException
This reason code (= 12) is used to indicate that method can not be performed as maximum value of the record is reached.
ME_PROFILE_NOT_AVAILABLE - Static variable in class sim.toolkit.ToolkitException
This reason code (= 9) is used to indicate that the Terminal Profile data are not available
MEMORY_PROBLEM - Static variable in class sim.access.SIMViewException
This reason code (= 13) is used to indicate that a memory problem occured.
MENU_ENTRY_NOT_FOUND - Static variable in class sim.toolkit.ToolkitException
This reason code (= 4) is used to indicate that the requested menu entry is not define for the corresponding applet.
MEProfile - class sim.toolkit.MEProfile.
The MEProfile class contains methods to question the handset profile, regarding the SIM Application Toolkit and supposing that this profile has been set by the Terminal Profile APDU command.

N

NO_EF_SELECTED - Static variable in class sim.access.SIMViewException
This reason code (= 1) is used to indicate that no EF is selected to complete the called method.
NO_TIMER_AVAILABLE - Static variable in class sim.toolkit.ToolkitException
This reason code (=11) is used to indicate that all the available timers or the maximum number of timers have been allocated to the applet

O

OUT_OF_FILE_BOUNDARIES - Static variable in class sim.access.SIMViewException
This reason code (= 7) is used to indicate that either the length, the file offset or both passed to the called method are out of the current transparent file boundaries.
OUT_OF_RECORD_BOUNDARIES - Static variable in class sim.access.SIMViewException
This reason code (= 8) is used to indicate that either the length, the record offset or both passed to the called method are out of the current record boundaries.
OUT_OF_TLV_BOUNDARIES - Static variable in class sim.toolkit.ToolkitException
This reason code (= 8) is used to indictae that either the offset, the length or both are out of current TLV boundaries

P

PATTERN_NOT_FOUND - Static variable in class sim.access.SIMViewException
This reason code (= 11) is used to indicate that the requested pattern was not by the called method.
POLL_NO_DURATION - Static variable in interface sim.toolkit.ToolkitConstants
Poll Interval : request to deregister from proactive polling = 0
POLL_SYSTEM_DURATION - Static variable in interface sim.toolkit.ToolkitConstants
Poll Interval : request the system duration = -1
post(byte) - Method in class sim.toolkit.EnvelopeResponseHandler
Pepares the Envelope response.
postAsBERTLV(byte, byte) - Method in class sim.toolkit.EnvelopeResponseHandler
Prepare the Envelope response in a BER TLV structure.
PRO_CMD_DISPLAY_TEXT - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : DISPLAY TEXT = 0x21
PRO_CMD_GET_INKEY - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : GET INKEY = 0x22
PRO_CMD_GET_INPUT - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : GET INPUT = 0x23
PRO_CMD_GET_READER_STATUS - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : GET READER STATUS = 0x33
PRO_CMD_LANGUAGE_NOTIFICATION - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : LANGUAGE NOTIFICATION = 0x35
PRO_CMD_LAUNCH_BROWSER - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : LAUNCH BROWSER = 0x15
PRO_CMD_MORE_TIME - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : MORE TIME = 0x02
PRO_CMD_PERFORM_CARD_APDU - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : PERFORM CARD APDU = 0x30
PRO_CMD_PLAY_TONE - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : PLAY TONE = 0x20
PRO_CMD_POWER_OFF_CARD - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : POWER OFF CARD = 0x32
PRO_CMD_POWER_ON_CARD - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : POWER ON CARD = 0x31
PRO_CMD_PROVIDE_LOCAL_INFORMATION - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : PROVIDE LOCAL INFORMATION = 0x26
PRO_CMD_REFRESH - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : REFRESH = 0x01
PRO_CMD_RUN_AT_COMMAND - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : RUN AT COMMAND = 0x34
PRO_CMD_SELECT_ITEM - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : SELECT ITEM = 0x24
PRO_CMD_SEND_DTMF - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : SEND DTMF = 0x14
PRO_CMD_SEND_SHORT_MESSAGE - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : SEND SHORT MESSAGE = 0x13
PRO_CMD_SEND_SS - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : SEND SS = 0x11
PRO_CMD_SEND_USSD - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : SEND USSD = 0x12
PRO_CMD_SET_UP_CALL - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : SET UP CALL = 0x10
PRO_CMD_SET_UP_IDLE_MODE_TEXT - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : SET UP IDLE MODE TEXT = 0x28
PRO_CMD_TIMER_MANAGEMENT - Static variable in interface sim.toolkit.ToolkitConstants
Type of proactive command : TIMER MANAGEMENT = 0x27
ProactiveHandler - class sim.toolkit.ProactiveHandler.
This class is the basic class for the definition of Proactive commands .
ProactiveResponseHandler - class sim.toolkit.ProactiveResponseHandler.
The ProactiveResponseHandler class contains basic methods to handle the Terminal Response data field.
processToolkit(byte) - Method in interface sim.toolkit.ToolkitInterface
This method is the standard toolkit event handling method of a Toolkit applet and is called by the Toolkit Handler to process the current Toolkit event.

R

readBinary(short, byte[], short, short) - Method in interface sim.access.SIMView
READ BINARY command as defined in GSM 11.11 standard.
This method reads the data bytes of the current transparent EF of the calling applet.
readRecord(short, byte, short, byte[], short, short) - Method in interface sim.access.SIMView
READ RECORD command as defined in GSM 11.11 standard.
This method reads the data bytes of the current linear fixed/cyclic EF of the calling applet.
REC_ACC_MODE_ABSOLUTE_CURRENT - Static variable in interface sim.access.SIMView
Record access mode : absolute/current record = 0x04
REC_ACC_MODE_NEXT - Static variable in interface sim.access.SIMView
Record access mode : next record = 0x02
REC_ACC_MODE_PREVIOUS - Static variable in interface sim.access.SIMView
Record access mode : previous record = 0x03
RECORD_NUMBER_NOT_AVAILABLE - Static variable in class sim.access.SIMViewException
This reason code (= 9) is used to indicate that the indicated record number is not available is the current file.
REGISTRY_ERROR - Static variable in class sim.toolkit.ToolkitException
This reason code (= 5) is used to indicate an error in the applet registry
rehabilitate() - Method in interface sim.access.SIMView
REHABILITATE command as defined in GSM 11.11 standard.
This method rehabilitates the currently selected EF of the calling applet.
releaseTimer(byte) - Method in class sim.toolkit.ToolkitRegistry
Release a Timer that has been allocated to the calling applet.
requestPollInterval(short) - Method in class sim.toolkit.ToolkitRegistry
Requests a duration for the EVENT_STATUS_COMMAND event of the registering toolkit applet.
RES_CMD_PERF - Static variable in interface sim.toolkit.ToolkitConstants
General Result : command performed successfully = 0x00
RES_CMD_PERF_BACKWARD_MOVE_REQ - Static variable in interface sim.toolkit.ToolkitConstants
General Result : command performed backward move requested = 0x11
RES_CMD_PERF_HELP_INFO_REQ - Static variable in interface sim.toolkit.ToolkitConstants
General Result : command performed help information resquired= 0x13
RES_CMD_PERF_LIMITED_SERVICE - Static variable in interface sim.toolkit.ToolkitConstants
General Result : command performed with limited service = 0x06
RES_CMD_PERF_MISSING_INFO - Static variable in interface sim.toolkit.ToolkitConstants
General Result : command performed with missing information = 0x02
RES_CMD_PERF_MODIF_CC_SIM - Static variable in interface sim.toolkit.ToolkitConstants
General Result : command performed modified by Call Control = 0x05
RES_CMD_PERF_NO_RESP_FROM_USER - Static variable in interface sim.toolkit.ToolkitConstants
General Result : command performed no response from user = 0x12
RES_CMD_PERF_PARTIAL_COMPR - Static variable in interface sim.toolkit.ToolkitConstants
General Result : command performed with partial comprehension= 0x01
RES_CMD_PERF_REFRESH_ADD_EF_READ - Static variable in interface sim.toolkit.ToolkitConstants
General Result : REFRESH performed with addional EFs read = 0x03
RES_CMD_PERF_REQ_ICON_NOT_DISP - Static variable in interface sim.toolkit.ToolkitConstants
General Result : command performed request.icon not displayed= 0x04
RES_CMD_PERF_SESSION_TERM_USER - Static variable in interface sim.toolkit.ToolkitConstants
General Result : command performed session terminated by user= 0x10
RES_CMD_PERF_USSD_TRANSAC_TERM - Static variable in interface sim.toolkit.ToolkitConstants
General Result : command performed USSD transaction terminat.= 0x14
RES_CMD_PERF_WITH_MODIFICATION - Static variable in interface sim.toolkit.ToolkitConstants
General Result : command performed with modification = 0x07
RES_ERROR_CMD_BEYOND_ME_CAPAB - Static variable in interface sim.toolkit.ToolkitConstants
General Result : command beyond ME's capabilities = 0x30
RES_ERROR_CMD_DATA_NOT_UNDERSTOOD - Static variable in interface sim.toolkit.ToolkitConstants
General Result : command data not understood by ME = 0x32
RES_ERROR_CMD_NUMBER_NOT_KNOWN - Static variable in interface sim.toolkit.ToolkitConstants
General Result : command number not known by ME = 0x33
RES_ERROR_CMD_TYP_NOT_UNDERSTOOD - Static variable in interface sim.toolkit.ToolkitConstants
General Result : command type not understood by ME = 0x31
RES_ERROR_INTERACT_CC_SMSMO_BY_SIM - Static variable in interface sim.toolkit.ToolkitConstants
General Result : interaction with CC or SMS MO control by SIM= 0x39
RES_ERROR_MULTIPLE_CARD_ERROR - Static variable in interface sim.toolkit.ToolkitConstants
General Result : Multiple card command error = 0x38
RES_ERROR_REQ_VALUES_MISS - Static variable in interface sim.toolkit.ToolkitConstants
General Result : required values are missing = 0x36
RES_ERROR_SMS_RP_ERROR - Static variable in interface sim.toolkit.ToolkitConstants
General Result : SMS RP-ERROR = 0x35
RES_ERROR_SS_RETURN_ERROR - Static variable in interface sim.toolkit.ToolkitConstants
General Result : SS return error = 0x34
RES_ERROR_USSD_RETURN_ERROR - Static variable in interface sim.toolkit.ToolkitConstants
General Result : USSD return error = 0x37
RES_TEMP_PB_IN_CONTR_TIMER_STATE - Static variable in interface sim.toolkit.ToolkitConstants
General Result : Action in contradiction with timer state = 0x24
RES_TEMP_PB_INTERACT_CC_BY_SIM - Static variable in interface sim.toolkit.ToolkitConstants
General Result : Interaction with call control by SIM = 0x25
RES_TEMP_PB_LAUNCH_BROWSER - Static variable in interface sim.toolkit.ToolkitConstants
General Result : Launch Browser generic error = 0x26
RES_TEMP_PB_ME_UNABLE_PROC - Static variable in interface sim.toolkit.ToolkitConstants
General Result : ME currently unable to process command = 0x20
RES_TEMP_PB_SESSION_TERM_USER - Static variable in interface sim.toolkit.ToolkitConstants
General Result : Network currently unable to process command = 0x21
RES_TEMP_PB_USER_CLEAR_CALL - Static variable in interface sim.toolkit.ToolkitConstants
General Result : User cleared call before connect. net.rel.
RES_TEMP_PB_USER_REJECT_CALL_REQ - Static variable in interface sim.toolkit.ToolkitConstants
General Result : User did not accpet call set-up request = 0x22

S

SEEK_FROM_BEGINNING_FORWARD - Static variable in interface sim.access.SIMView
Seek mode : from the beginning forward = 0x00
SEEK_FROM_END_BACKWARD - Static variable in interface sim.access.SIMView
Seek mode : from the end backward = 0x01
SEEK_FROM_NEXT_FORWARD - Static variable in interface sim.access.SIMView
Seek mode : from the next location forward = 0x02
SEEK_FROM_PREVIOUS_BACKWARD - Static variable in interface sim.access.SIMView
Seek mode : from the previous location backward = 0x03
seek(byte, byte[], short, short) - Method in interface sim.access.SIMView
SEEK command as defined in GSM 11.11 standard.
This method seeks a pattern in the current linear fixed EF of the calling applet.
select(short) - Method in interface sim.access.SIMView
SELECT command as defined in GSM 11.11 standard.
This SELECT method allows to update the current file without handling the Select Response.
select(short, byte[], short, short) - Method in interface sim.access.SIMView
SELECT command as defined in GSM 11.11 standard.
By default, the MF is selected at the beginning of each applet activation (current file = MF).
send() - Method in class sim.toolkit.ProactiveHandler
Sends the current Proactive command.
setEvent(byte) - Method in class sim.toolkit.ToolkitRegistry
Sets an event in the Toolkit Registry entry of the applet.
setEventList(byte[], short, short) - Method in class sim.toolkit.ToolkitRegistry
Sets an event list in the Toolkit Registry entry of the applet.
sim.access - package sim.access
This package provides the means to the applets for accessing to the GSM data and file system of the GSM application defined in the GSM 11.11 specification.
sim.toolkit - package sim.toolkit
This package provides the means for the toolkit applets to register to the events of the toolkit framework, to handle TLV information and to send proactive command according to the GSM 11.14 specification.
SIMSystem - class sim.access.SIMSystem.
The SIMSystem class provides a way to get a view of the GSM File system.
SIMView - interface sim.access.SIMView.
The SIMView interface is the interface between the GSM System Services and any applet (SIM Toolkit or other).
SIMViewException - exception sim.access.SIMViewException.
The SIMViewException class encapsulates specific exceptions which can be thrown by the methods of the SIMView interface in case of error.
SIMViewException(short) - Constructor for class sim.access.SIMViewException
Constructs a SIMViewException with the specified reason.
status(byte[], short, short) - Method in interface sim.access.SIMView
STATUS command as defined in GSM 11.11 standard.
This method returns the FCI (File Control Information) of the current DF (or MF) of the calling applet.
SW1_RP_ACK - Static variable in interface sim.toolkit.ToolkitConstants
Status Word 1 : use RP_ACK channel = 0x9F
SW1_RP_ERROR - Static variable in interface sim.toolkit.ToolkitConstants
Status Word 1 : use RP_ERROR channel = 0x9E

T

TAG_ADDRESS - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Address tag = 0x06
TAG_ALPHA_IDENTIFIER - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Alpha Identifier tag = 0x05
TAG_AT_COMMAND - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : AT Command tag = 0x28
TAG_AT_RESPONSE - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : AT Response tag = 0x29
TAG_BC_REPEAT_INDICATOR - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : BC Repeat Indicator tag = 0x2A
TAG_BCCH_CHANNEL_LIST - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : BCCH Channel List tag = 0x1D
TAG_BEARER - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Bearer tag = 0x32
TAG_BROWSER_IDENTITY - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Browser Identity tag = 0x30
TAG_BROWSER_TERMINATION_CAUSE - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Browser Termination Cause tag = 0x34
TAG_C_APDU - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : C-APDU tag = 0x22
TAG_CALL_CONTROL_REQUESTED_ACTION - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Call Control requested action tag = 0x27
TAG_CALLED_PARTY_SUBADDRESS - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Called Party Subaddress tag = 0x08
TAG_CAPABILITY_CONFIGURATION_PARAMETERS - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Capability Configuration Parameters tag = 0x07
TAG_CARD_ATR - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Card ATR tag = 0x21
TAG_CARD_READER_IDENTIFIER - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Card reader identifier tag = 0x3A
TAG_CARD_READER_STATUS - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Card Reader status tag = 0x20
TAG_CAUSE - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Cause tag = 0x1A
TAG_CELL_BROADCAST_PAGE - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Cell Broadcast Page tag = 0x0C
TAG_COMMAND_DETAILS - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Command Details tag = 0x01
TAG_DATE_TIME_AND_TIME_ZONE - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Date-Time and Time Zone tag = 0x26
TAG_DEFAULT_TEXT - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Default Text tag = 0x17
TAG_DEVICE_IDENTITIES - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Device Identities tag = 0x02
TAG_DTMF_STRING - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : DTMF string tag = 0x2C
TAG_DURATION - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Duration tag = 0x04
TAG_EVENT_LIST - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Event List tag = 0x19
TAG_FILE_LIST - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : File List tag = 0x12
TAG_HELP_REQUEST - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Help Request tag = 0x15
TAG_ICON_IDENTIFIER - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Icon Identifier tag = 0x1E
TAG_IMEI - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : IMEI tag = 0x14
TAG_IMMEDIATE_RESPONSE - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Immediate response tag = 0x2B
TAG_ITEM - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Item tag = 0x0F
TAG_ITEM_ICON_IDENTIFIER_LIST - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Item Icon Identifier list tag = 0x1F
TAG_ITEM_IDENTIFIER - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Item Identifier tag = 0x10
TAG_ITEMS_NEXT_ACTION_INDICATOR - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Items Next Action Indicator tag = 0x18
TAG_LANGUAGE - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Language tag = 0x2D
TAG_LOCATION_INFORMATION - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Location Information tag = 0x13
TAG_LOCATION_STATUS - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Location Status tag = 0x1B
TAG_NETWORK_MEASUREMENT_RESULTS - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Network Measurement Results tag = 0x16
TAG_PROVISIONING_REFERENCE_FILE - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Provisioning Reference File tag = 0x33
TAG_R_APDU - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : R-APDU tag = 0x23
TAG_RESPONSE_LENGTH - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Response Length tag = 0x11
TAG_RESULT - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Result tag = 0x03
TAG_SET_CR - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : mask to set the CR flag of any Simple-TLV tag = 0x80
TAG_SET_NO_CR - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : mask to reset the CR flag of any Simple-TLV tag = 0x7F
TAG_SMS_TPDU - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : SMS TPDU tag = 0x0B
TAG_SS_STRING - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : SS String tag = 0x09
TAG_TEXT_STRING - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Text String tag = 0x0D
TAG_TIMER_IDENTIFIER - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Timer Identifier tag = 0x24
TAG_TIMER_VALUE - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Timer Value tag = 0x25
TAG_TIMING_ADVANCE - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Timing Advance tag = 0x2E
TAG_TONE - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Tone tag = 0x0E
TAG_TRANSACTION_IDENTIFIER - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : Transaction Identifier tag = 0x1C
TAG_URL - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : URL tag = 0x31
TAG_USSD_STRING - Static variable in interface sim.toolkit.ToolkitConstants
Simple-TLV : USSD String tag = 0x0A
throwIt(short) - Static method in class sim.access.SIMViewException
Throws the JCRE instance of SIMViewException with the specified reason.
throwIt(short) - Static method in class sim.toolkit.ToolkitException
Throws the JCRE instance of the ToolkitException class with the specified reason.
TLV_FOUND_CR_NOT_SET - Static variable in interface sim.toolkit.ToolkitConstants
findTLV method result : if TLV is found with CR not set = 0x02
TLV_FOUND_CR_SET - Static variable in interface sim.toolkit.ToolkitConstants
findTLV method result : if TLV is found with CR set = 0x01
TLV_LENGTH_CODED_2BYTES - Static variable in interface sim.toolkit.ToolkitConstants
Value of a TLV Length field's first byte in TLV with a Value field is greater than 127 bytes = 0x81
TLV_NOT_FOUND - Static variable in interface sim.toolkit.ToolkitConstants
findTLV method result : if TLV is not found in the handler = 0x00
ToolkitConstants - interface sim.toolkit.ToolkitConstants.
ToolkitConstants encapsulates constants related to the Toolkit applets.
ToolkitException - exception sim.toolkit.ToolkitException.
This class extends the Throwable class and allows the classes of this package to throw specific exceptions in case of problems.
ToolkitException(short) - Constructor for class sim.toolkit.ToolkitException
Construct a ToolkitException instance with the specified reason.
ToolkitInterface - interface sim.toolkit.ToolkitInterface.
This interface must be implemented by a Toolkit applet (which extends the javacard.framework.Applet class) so that it can be triggered by the Toolkit Handler according to the registration information.
ToolkitRegistry - class sim.toolkit.ToolkitRegistry.
The ToolkitRegistry class offers basic services and methods to allow any Toolkit applet to register its configuration (supported events) during the install phase and possibly to change it during all the applet life time.

U

UNAVAILABLE_ELEMENT - Static variable in class sim.toolkit.ToolkitException
This reason code (= 3) is used to indicate that the element is unavailable in the handler buffer.
updateBinary(short, byte[], short, short) - Method in interface sim.access.SIMView
UPDATE BINARY command as defined in GSM 11.11 standard.
This method updates the data bytes of the current transparent EF of the calling applet.
updateRecord(short, byte, short, byte[], short, short) - Method in interface sim.access.SIMView
UPDATE RECORD command as defined in GSM 11.11 standard.
This method updates the data bytes of the current linear fixed/cyclic EF of the calling applet.

V

ViewHandler - class sim.toolkit.ViewHandler.
The ViewHandler class offers basic services and contains basic methods to handle a Simple TLV List, such as in a Terminal Response data field or in a BER-TLV element (Envelope data field or Proactive command).

A B C D E F G H I M N O P R S T U V