Site Tools

Sidebar

Smart Card Solution

User Manual

JavaCard API Samples

Java Card Specification

Knowledge Sharing

javacard:jcre:6.2.8.11_accessing_array_object_methods

6.2.8.11 Accessing Array Object Methods

Note - The method access behavior of global arrays is identical to that of Java Card RE Entry Point Objects.

Bytecodes:

invokevirtual

  • If the array is owned by an applet in the currently active context, access is allowed.
  • Otherwise, if the array is designated a global array, access is allowed. Context is switched to the array owner's context (Java Card RE context).
  • Otherwise, if Java Card RE is the currently active context, access is allowed. Context is switched to the array owner's context.
  • Otherwise, access is denied.

Copyright © 2005, Sun Microsystems, Inc. All Rights Reserved.

javacard/jcre/6.2.8.11_accessing_array_object_methods.txt · Last modified: 2017/05/13 04:08 (external edit)