Java 教程是为 JDK 8 编写的。本页中描述的示例和实践未利用在后续版本中引入的改进。
This lesson shows how to use use keytool
, jarsigner
, Policy Tool
and jar
to place files into JAR (Java ARchive) files for subsequent signing by the jarsigner
tool.
This lesson has two parts. First, you will create and deploy an application. Second; you will act as the recipient of a signed application.
Here are the steps to create and deploy an application:
注意: For convenience, you pretend to be a user/developer named Susan Jones. You need to define Susan Jones when you generate the keys.
Here are the steps to grant permissions to an application
注意: For convenience, you pretend to be a user named Ray.
keytool
to import a certificate into Ray's keystore in an entry aliased by susan
susan
to read the specified file.For more information about digital signatures, certificates, keystores, and the tools, see the API and Tools Use for Secure Code and File Exchanges lesson.
C:\Test
directory, and that the data file is in the C:\TestData
directory.Here are the steps: