Mechanisms for secure modular programming in Java

  • Authors:
  • Lujo Bauer;Andrew W. Appel;Edward W. Felten

  • Affiliations:
  • Department of Computer Science, Princeton University, 35 Olden Street, Princeton, NJ;Department of Computer Science, Princeton University, 35 Olden Street, Princeton, NJ;Department of Computer Science, Princeton University, 35 Olden Street, Princeton, NJ

  • Venue:
  • Software—Practice & Experience - Special issue: Security software
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present a new module system for Java that improves upon many of the deficiencies of the Java package system and gives the programmer more control over dynamic linking. Our module system provides explicit interfaces, multiple views of modules based on hierarchical nesting and more flexible name-space management than the Java package system. Relationships between modules are explicitly specified in module description files. We provide more control over dynamic linking by allowing import statements in module description files to require that imported modules be annotated with certain properties, which we implement by digital signatures. Our module system is compatible enough with standard Java to be implemented as a source-to-source and bytecode-to-bytecode transformation wrapped around a standard Java compiler, using a standard Java virtual machine (JVM).