文档

Java™ 教程-Java Tutorials 中文版
Trail: Security Features in Java SE

课程:安全功能概述

Security functions help you to protect your programs and data from harm, to keep data shielded and private, and to deploy new applications in security-aware runtime environments.

Java also provides several tools to help you to manage access to system resources; to create, store and maintain encrypted public and private passwords (key pairs) and certificates; and to create and sign jarfiles during the deployment process.


注意: For a brief overview of security features supported in Java SE 7, see the Security Overview Whitepaper in the Security Guides directory.

Previous page: Table of Contents
Next page: Creating a Policy File