Site Tools

Sidebar

Smart Card Solution

User Manual

JavaCard API Samples

Java Card Specification

Knowledge Sharing

javacard:jcre:6.2.8.10_accessing_shareable_interfaces

6.2.8.10 Accessing Shareable Interfaces

Bytecodes:

checkcast, instanceof

  • If the object is owned by an applet in the currently active context, access is allowed.
  • Otherwise, if the object's class implements a Shareable interface, and if the object is being cast into (checkcast) or is being verified as being an instance of (instanceof) an interface that extends the Shareable interface, access is allowed.
  • Otherwise, if the Java Card RE is the currently active context, access is allowed.
  • Otherwise, access is denied.
javacard/jcre/6.2.8.10_accessing_shareable_interfaces.txt · Last modified: 2017/05/13 04:07 (external edit)