Site Tools

Sidebar

Smart Card Solution

User Manual

JavaCard API Samples

Java Card Specification

Knowledge Sharing

javacard:jcre:11.1.6_installer_privileges

11.1.6 Installer Privileges

Although an Installer may be implemented as an applet, an Installer typically requires access to features that are not available to other applets. For example, depending on the Java Card RE implementer's implementation, the Installer will need to do the following tasks:

  • Read and write directly to memory, bypassing the object system and/or standard security.
  • Access objects owned by other applets or by the Java Card RE.
  • Invoke non-entry point methods of the Java Card RE.
  • Be able to invoke the install method of a newly installed applet.

Again, it is up to each Java Card RE implementer to determine the Installer implementation and supply such features in their Java Card RE implementations as necessary to support their Installer. Java Card RE implementers are also responsible for the security of such features, so that they are not available to normal applets.

javacard/jcre/11.1.6_installer_privileges.txt · Last modified: 2017/05/13 04:06 (external edit)