Java 2 Security Model
Added 31 Jul 2008
The release of J2SE [J2SE] introduced a number of significant enhancements to JDK 1.1 and added such features as security extensions providing cryptographic services, digital certificate management, PKI management, and related tools. Some of the major changes in the Java 2 security architecture are as follows:
- Policy-driven restricted access control to JVM resources.
- Rules-based class loading and verification of byte code.
- System for signing code and assigning levels of capability.
- Policy-driven access to Java applets downloaded by a Web browser.