网页
图片
视频
学术
词典
地图
更多
航班
笔记本
keytool
网络
命令行;用法;管理工具
网络释义
1.
命令行
用 Eclipse 或者
命令行
(
keytool
)生成的教程网上很多。这里简单记录下就行了。
blog.csdn.net
|
基于14个网页
2.
用法
2006年8月9日 随笔档案 - 不知疲倦的猪 -... ... Sun.com 上面看到
keytool
用法
: 2:redhat 模式 ...
www.blogjava.net
|
基于7个网页
3.
管理工具
4:涉及网络通信证书
管理工具
(
keytool
)及 API5:基于 SSL/TLS 的安全网络通信 API(JSSE)。
blog.sina.com.cn
|
基于2个网页
例句
释义:
全部
全部
,
命令行
命令行
,
用法
用法
,
管理工具
管理工具
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
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
,
它
包含
一对
密
匙
(
公共
密
匙
和
私有
密
匙
)
。
www.ibm.com
2.
More
information
about
certificates
is available in the
manual
for the Sun Java
keytool
utility
(
see
Resources
)
.
有关
证书
的
更多
信息
,
请
参阅
SunJavakeytool
实用程序
的
手册
(
参阅
参考资料
)
。
www.ibm.com
3.
When
you
run
the
import
command
,
keytool
prints
out the
details
of
the
certificate
and
asks
if
you
trust
the
certificate
.
运行
导入
命令
时
,
keytool
输出
了
证书
的
细节
并
询问
您
是否
信任
该
证书
。
www.ibm.com
4.
Keytool
is
command-line
tool
used
to
manage
keys
and
certificates
.
Keytool
是
一个
用来
管理
密匙
和
证书
的
命令
行
工具
。
www.ibm.com
5.
If
the
keystore
"
jamesKeyStore" does
not
exist
,
keytool
will
automatically
create
it
.
如果
keystore
“
jamesKeyStore
”
不
存在
,
则
keytool
会
自动
创建
它
。
www.ibm.com
6.
The
sample
keytool
command
lines in
this
section
use
the same file names
and
passwords as in the
supplied
example
code
.
本
节
中
的
样
例
keytool
命令
使用
了
与
附带
的
示例
代码
相同
的
文件名
和
密码
。
www.ibm.com
7.
Once you've done so
by
typing
yes
,
keytool
creates
the
keystore
with
the
private
key
and
certificate
and
then
exits
.
通过
输入
yes
确认
后
,
keytool
将
使用
私有
密
匙
和
证书
创建
keystore
,
随后
退出
该
程序
。
www.ibm.com
8.
keytool
is
shipped
with
the
Java
Development
Kit
(
JDK
)
and
provides
a
command
line
interface
.
keytool
是
Java
开发
工具包
(
JDK
)
所
附带
的
,
它
提供
一个
命令
行
界面
。
www.ibm.com
9.
In
both
approaches
,
the
Java Developer
Kit
(
JDK
)
keytool
key
and
certificate
management
utility
are
used
.
两
种方法
中
都
使用
了
JavaDeveloperKit
(
JDK
)
keytool
密钥
和
证书
管理
实用
工具
。
www.ibm.com
10.
To
generate
the
private
and
public
key
information
manually
,
use
the
keytool
from
the
command
line
,
as
in
Listing
1
.
要
手动
生成
私有
、
公共
密钥
信息
,
可以
从
命令
行
使用
keytool
,
如
清单
1
所
示
。
www.ibm.com
1
2