Documentation

Enhancing Security with Manifest Attributes
Trail: Deployment
Lesson: Packaging Programs in JAR Files
Section: Working with Manifest Files: The Basics

Enhancing Security with Manifest Attributes

The following JAR file manifest attributes are available to help ensure the security of your applet or Java Web Start application. Only the Permissions attribute is required.

See Modifying a Manifest File for information on adding these attributes to the manifest file.


Previous page: Sealing Packages within a JAR File
Next page: Signing and Verifying JAR Files