-
Javaworld article by Todd Sundsted that explains how to use JSSE and SSL for securing communication channels between Java applications.
-
Certification resources, including practice tests, free quizzes, and study aids.
-
Guidelines and rules for writing security-critical Java code and applications.
-
Java Security articles and presentations.
-
Allows security auditors to record and optimize permissions needed by Java applications.
-
News, software, documentation, specifications, FAQs about Java security, by Sun.
-
List with commentary and searchable index of Java security resources, from the authors of the book "Securing Java". By Gary McGraw and Edward Felten.
-
FAQ on Java security with answers from the Princeton Secure Internet Programming team. By SIP, Princeton.
-
Paper published in 1998 by Drew Dean, Edward Felten, Dan Wallach, and Dirk Balfanz. [Postscript format].
-
A utility that is a GUI version of the keytool provided with the Java SDK. [GPL]
-
Article that examines various Java security services, including Java Security Manager, Security Provider Architecture, and Authentication components.
-
Mark Petrovic shows how to use a development-time SecurityManager that logs applications' calls and builds a suitable Java security policy file.
-
Javaworld article by Todd Sundsted that examines the foundation of Java security, including virtual machine and byte code security.
-
Article examining how to implement Java Single Sign-On based architecture and functionality using the GSS-API and Kerberos tickets.
-
Guidelines on developing secure Java application using JDBC
-
Java 2 Security Quiz based on the book "Inside Java 2 Platform Security".
-
This short quiz tests your knowledge of the Java 2 security features.
-
Tutorials on Java 2 Security features, including access control, digital signatures, and cryptography.
-
Articles on Java security architecture and security pitfalls