Documentation

The Java™ Tutorials
Trail: Security Features in Java SE

Lesson: Security Features Overview课程:安全功能概述

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.Java还提供了几个工具来帮助您管理对系统资源的访问;创建、存储和维护加密的公共和私人密码(密钥对)和证书;并在部署过程中创建和签署jar文件。


Note: For a brief overview of security features supported in Java SE 7, see the Security Overview Whitepaper in the Security Guides directory. 有关Java SE 7中支持的安全功能的简要概述,请参阅安全指南目录中的安全概述白皮书。

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