1 General Security

Terms and Definitions list commonly used cryptography terms and their definitions.

Java Security Overview provides an overview of the motivation of major security features, an introduction to security classes and their usage, a discussion of the impact of the security architecture on code, and thoughts on writing security-sensitive code.

Java SE Platform Security Architecture gives an overview of the motivation of the major security features implemented for the JDK.

Java Security Standard Algorithm Names Specification describes the set of standard names for algorithms, certificate and keystore types that Java SE requires and uses.

Permissions in the JDK describes the built-in JDK permission types and discusses the risks of granting each permission.

Troubleshooting Security lists options for the java.security.debug system property that enable you to monitor security access.