108 Chapter 10 Secure Certificate
Section 10.5 Secure Certificate Descriptor Sections
10.5.6 Delete Application Code File Descriptor Section
The delete application code file descriptor section is an area of the code to be deleted.
The delete application code file descriptor section begins with the descriptor
[DeleteAppl]<cr><lf>. The section ends with the start of the next section header (i.e.,
encountered by “<cr><lf>[“), or end of the file. The delete code file descriptor is in the
format:
applname codefilename
applname represents the application that this code file belongs to.
codefilename represents the code file that belongs to an application. For example,
CA0003001000.
Note: The operating system, maintenance application, and System & Security
Application cannot be deleted. Only the financial application can be deleted.
10.5.7 Delete Data File Descriptor Section
The delete data file descriptor section is an area of the data file that contains information
pertaining to the files to be deleted.
The delete data file descriptor section begins with the descriptor [DeleteFiles]<cr><lf>. The
section ends with the start of the next section header (i.e., encountered by <cr><lf>[), or
end of the file. The delete file descriptor is in the format:
applname filename.ext class
applname represents the application this data file belongs to.
filename.ext represents the relative path and file name where the data file resides
in the UNICAPT 32 file system. For instance: bitmaps\card.bmp
class represents the particular categorization of the file within the terminal’s file
system. Possible values: 0=private, 1=public.
10.5.8 Delete Whole Application Descriptor Section
The delete whole application descriptor section is an area of application to be deleted.
The delete whole application descriptor section begins with the identifier
[DeleteWholeApp]<cr><lf>. This section ends with the start of the next section header (i.e.,
encountered by <cr><lf>[), or end of the file. The delete whole application descriptor is in
the format:
applname
applname represents the application name that is going to be deleted. For
example: US0901_UPOS.
Note: The operating system, maintenance application, and System & Security Application
cannot be deleted. Only the financial application can be deleted.