KeyTool

KeyTool
常用释义
KeyTool

扩展信息

命令行
用 Eclipse 或者 命令行keytool)生成的教程网上很多。这里简单记录下就行了。
用法
2006年8月9日 随笔档案 - 不知疲倦的猪 -... ... Sun.com 上面看到 keytool 用法: 2:redhat 模式 ...
管理工具
4:涉及网络通信证书管理工具keytool)及 API5:基于 SSL/TLS 的安全网络通信 API(JSSE)。

例句

First, we will use the Keytool to create a keystore, in which there will be a pair of keys (the public key and the private key).

首先,我们使用Keytool创建一个keystore,它包含一对密匙(公共密匙和私有密匙)。

More information about certificates is available in the manual for the Sun Java keytool utility (see Resources).

有关证书的更多信息,请参阅SunJavakeytool实用程序的手册(参阅参考资料)。

运行导入命令时,keytool输出了证书的细节并询问您是否信任该证书。

Keytool是一个用来管理密匙和证书的命令行工具。

If the keystore "jamesKeyStore" does not exist, keytool will automatically create it.

如果keystore“jamesKeyStore”不存在,则keytool会自动创建它。

The sample keytool command lines in this section use the same file names and passwords as in the supplied example code.

本节中的样例keytool命令使用了与附带的示例代码相同的文件名和密码。

通过输入yes确认后,keytool将使用私有密匙和证书创建keystore,随后退出该程序。

keytool是Java开发工具包(JDK)所附带的,它提供一个命令行界面。

两种方法中都使用了JavaDeveloperKit(JDK)keytool密钥和证书管理实用工具。

要手动生成私有、公共密钥信息,可以从命令行使用keytool,如清单1所示。

首先,使用keytool创建用于保存生成的加密密钥的密钥库。

Here "s how to use the key tool utility to generate a key-pair as a private key. "

以下是如何使用keytool实用程序来生成一个密钥作为私钥对。

Now you will use keytool to import the CA certificates into the default keystore for CA certificates, cacerts.

现在,您将使用keytool把CA证书导入到CA证书的缺省密钥库cacerts中。

还可以查阅文档,获得JDK安装中附带的keytool安全工具。

要检查该信任存储库,可以运行keytool实用工具以显示内容。

This is done by creating a digital certificate store using a supplied KeyTool command-line program.

它可以通过使用代理KeyTool命令行程序来建立数字证书存储及实现。

您还将在本文后面看到一个使用keytool的示例。

您也可以使用与WMQFTEJava安装一起打包的keytool程序。

通过键入下面的命令,将包含keytool的目录添加到路径

Listing 1. Typical output from the keytool command

清单1.keytool命令的典型输出