A type system for checking applet isolation in java card

  • Authors:
  • Werner Dietl;Peter Müller;Arnd Poetzsch-Heffter

  • Affiliations:
  • ETH Zürich, Switzerland;ETH Zürich, Switzerland;Technische Universität Kaiserslautern, Germany

  • Venue:
  • CASSIS'04 Proceedings of the 2004 international conference on Construction and Analysis of Safe, Secure, and Interoperable Smart Devices
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

A Java Card applet is, in general, not allowed to access fields and methods of other applets on the same smart card. This applet isolation property is enforced by dynamic checks in the Java Card Virtual Machine. This paper describes a refined type system for Java Card that enables static checking of applet isolation. With this type system, firewall violations are detected at compile time. Only a special kind of downcast requires dynamic checks.