author | ihse |
Wed, 06 May 2015 10:25:51 +0200 | |
changeset 30373 | 7b7094f0b833 |
parent 23600 | d21826f6c789 |
child 31876 | 91b22707521a |
permissions | -rw-r--r-- |
23600 | 1 |
'\" t |
2 |
.\" Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. |
|
3 |
.\" Title: jarsigner |
|
4 |
.\" Language: English |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
5 |
.\" Date: 2013年11月21日 |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
6 |
.\" SectDesc: セキュリティ・ツール |
23600 | 7 |
.\" Software: JDK 8 |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
8 |
.\" Arch: 汎用 |
23600 | 9 |
.\" |
10 |
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
|
11 |
.\" |
|
12 |
.\" This code is free software; you can redistribute it and/or modify it |
|
13 |
.\" under the terms of the GNU General Public License version 2 only, as |
|
14 |
.\" published by the Free Software Foundation. |
|
15 |
.\" |
|
16 |
.\" This code is distributed in the hope that it will be useful, but WITHOUT |
|
17 |
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
18 |
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
19 |
.\" version 2 for more details (a copy is included in the LICENSE file that |
|
20 |
.\" accompanied this code). |
|
21 |
.\" |
|
22 |
.\" You should have received a copy of the GNU General Public License version |
|
23 |
.\" 2 along with this work; if not, write to the Free Software Foundation, |
|
24 |
.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
25 |
.\" |
|
26 |
.\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
|
27 |
.\" or visit www.oracle.com if you need additional information or have any |
|
28 |
.\" questions. |
|
29 |
.\" |
|
30 |
.pl 99999 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
31 |
.TH "jarsigner" "1" "2013年11月21日" "JDK 8" "セキュリティ・ツール" |
23600 | 32 |
.\" ----------------------------------------------------------------- |
33 |
.\" * Define some portability stuff |
|
34 |
.\" ----------------------------------------------------------------- |
|
35 |
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
36 |
.\" http://bugs.debian.org/507673 |
|
37 |
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html |
|
38 |
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
39 |
.ie \n(.g .ds Aq \(aq |
|
40 |
.el .ds Aq ' |
|
41 |
.\" ----------------------------------------------------------------- |
|
42 |
.\" * set default formatting |
|
43 |
.\" ----------------------------------------------------------------- |
|
44 |
.\" disable hyphenation |
|
45 |
.nh |
|
46 |
.\" disable justification (adjust text to left margin only) |
|
47 |
.ad l |
|
48 |
.\" ----------------------------------------------------------------- |
|
49 |
.\" * MAIN CONTENT STARTS HERE * |
|
50 |
.\" ----------------------------------------------------------------- |
|
51 |
.SH "NAME" |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
52 |
jarsigner \- Javaアーカイブ(JAR)ファイルに対して署名および検証を行います。 |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
53 |
.SH "概要" |
23600 | 54 |
.sp |
55 |
.if n \{\ |
|
56 |
.RS 4 |
|
57 |
.\} |
|
2692 | 58 |
.nf |
23600 | 59 |
\fIjarsigner\fR [ \fIoptions\fR ] \fIjar\-file\fR \fIalias\fR |
2692 | 60 |
.fi |
23600 | 61 |
.if n \{\ |
2692 | 62 |
.RE |
23600 | 63 |
.\} |
64 |
.sp |
|
65 |
.if n \{\ |
|
66 |
.RS 4 |
|
67 |
.\} |
|
9352 | 68 |
.nf |
23600 | 69 |
\fIjarsigner\fR \fI\-verify\fR [ \fIoptions\fR ] \fIjar\-file\fR [\fIalias \&.\&.\&.\fR] |
9352 | 70 |
.fi |
23600 | 71 |
.if n \{\ |
72 |
.RE |
|
73 |
.\} |
|
74 |
.PP |
|
75 |
\fIoptions\fR |
|
76 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
77 |
コマンドライン・オプション。オプションを参照してください。 |
23600 | 78 |
.RE |
79 |
.PP |
|
80 |
\-verify |
|
81 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
82 |
\fI\-verify\fRオプションでは、JARファイル名の後に0個以上のキーストア別名を指定できます。\fI\-verify\fRオプションが指定された場合、\fIjarsigner\fRコマンドでは、JARファイル内の各署名付きエンティティの検証に使用される証明書が、いずれかのキーストア別名に一致することをチェックします。別名は、\fI\-keystore\fRで指定されたキーストア内またはデフォルトのキーストア内に定義されます。 |
23600 | 83 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
84 |
\fI\-strict\fRオプションも指定した場合、\fIjarsigner\fRコマンドにより重大な警告が検出されると、メッセージ「jarが検証されました。署名者エラー」が表示されます。 |
23600 | 85 |
.RE |
86 |
.PP |
|
87 |
\fIjar\-file\fR |
|
88 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
89 |
署名されるJARファイル。 |
23600 | 90 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
91 |
\fI\-strict\fRオプションも指定した場合、\fIjarsigner\fRコマンドにより重大な警告が検出されると、メッセージ「jarは署名されました \- 署名者エラーがあります。」というメッセージが表示されます。 |
9352 | 92 |
.RE |
23600 | 93 |
.PP |
94 |
\fIalias\fR |
|
95 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
96 |
別名は、\fI\-keystore\fRで指定されたキーストア内またはデフォルトのキーストア内に定義されます。 |
9352 | 97 |
.RE |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
98 |
.SH "説明" |
23600 | 99 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
100 |
\fIjarsigner\fRツールには、次の2つの目的があります。 |
23600 | 101 |
.sp |
102 |
.RS 4 |
|
103 |
.ie n \{\ |
|
104 |
\h'-04'\(bu\h'+03'\c |
|
105 |
.\} |
|
106 |
.el \{\ |
|
107 |
.sp -1 |
|
108 |
.IP \(bu 2.3 |
|
109 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
110 |
Javaアーカイブ(JAR)ファイルに署名する目的。 |
23600 | 111 |
.RE |
112 |
.sp |
|
113 |
.RS 4 |
|
114 |
.ie n \{\ |
|
115 |
\h'-04'\(bu\h'+03'\c |
|
116 |
.\} |
|
117 |
.el \{\ |
|
118 |
.sp -1 |
|
119 |
.IP \(bu 2.3 |
|
120 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
121 |
署名付きJARファイルの署名と整合性を検証する目的。 |
9352 | 122 |
.RE |
23600 | 123 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
124 |
JAR機能を使用すると、クラス・ファイル、イメージ、サウンドおよびその他のデジタル・データを単一のファイルにパッケージ化できるので、ファイルを迅速かつ容易に配布できます。\fIjar\fRという名前のツールを使用して、開発者はJARファイルを作成できます。(技術的な観点から言えば、すべてのZIPファイルもJARファイルとみなすことができます。ただし、\fIjar\fRコマンドによって作成されたJARファイル、または\fIjarsigner\fRコマンドによって処理されたJARファイルには、\fIMETA\-INF/MANIFEST\&.MF\fRファイルも含まれています。) |
23600 | 125 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
126 |
デジタル署名は、なんらかのデータ(署名の対象となるデータ)、およびエンティティ(人、会社など)の秘密鍵から計算されるビットの文字列です。手書きの署名同様、デジタル署名には多くの利点があります。 |
23600 | 127 |
.sp |
128 |
.RS 4 |
|
129 |
.ie n \{\ |
|
130 |
\h'-04'\(bu\h'+03'\c |
|
131 |
.\} |
|
132 |
.el \{\ |
|
133 |
.sp -1 |
|
134 |
.IP \(bu 2.3 |
|
135 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
136 |
署名の生成に使用された秘密鍵に対応する公開鍵を使用する計算によって、それが本物であることを検証できます。 |
23600 | 137 |
.RE |
138 |
.sp |
|
139 |
.RS 4 |
|
140 |
.ie n \{\ |
|
141 |
\h'-04'\(bu\h'+03'\c |
|
142 |
.\} |
|
143 |
.el \{\ |
|
144 |
.sp -1 |
|
145 |
.IP \(bu 2.3 |
|
146 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
147 |
秘密鍵が他人に知られない限り、デジタル署名の偽造は不可能です。 |
23600 | 148 |
.RE |
149 |
.sp |
|
150 |
.RS 4 |
|
151 |
.ie n \{\ |
|
152 |
\h'-04'\(bu\h'+03'\c |
|
153 |
.\} |
|
154 |
.el \{\ |
|
155 |
.sp -1 |
|
156 |
.IP \(bu 2.3 |
|
157 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
158 |
これは、署名が付いたデータの機能であり、他のデータの署名となるように要求できません。 |
9352 | 159 |
.RE |
23600 | 160 |
.sp |
161 |
.RS 4 |
|
162 |
.ie n \{\ |
|
163 |
\h'-04'\(bu\h'+03'\c |
|
164 |
.\} |
|
165 |
.el \{\ |
|
166 |
.sp -1 |
|
167 |
.IP \(bu 2.3 |
|
168 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
169 |
署名付きデータは変更できません。データが変更された場合、署名によって本物であると検証できません。 |
2692 | 170 |
.RE |
23600 | 171 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
172 |
ファイルに対してエンティティの署名を生成するには、まず、エンティティは、そのエンティティに関連する公開鍵/秘密鍵のペアと、公開鍵を認証する1つ以上の証明書を持つ必要があります。証明書とは、あるエンティティからのデジタル署名付きの文書で、別のエンティティの公開鍵が特定の値を持つことを示しています。 |
23600 | 173 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
174 |
\fIjarsigner\fRコマンドは、キーストアからの鍵と証明書情報を使用して、JARファイルのデジタル署名を生成します。キーストアは、秘密鍵、および対応する公開鍵を認証する、秘密鍵に関連したX\&.509証明書チェーンのデータベースです。\fIkeytool\fRコマンドを使用して、キーストアを作成および管理します。 |
23600 | 175 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
176 |
\fIjarsigner\fRコマンドでは、エンティティの秘密鍵を使用して署名を生成します。署名付きJARファイルには、特に、ファイルへの署名に使用する秘密鍵に対応する公開鍵のキーストアからの証明書のコピーが含まれます。\fIjarsigner\fRコマンドでは、内部(署名ブロック・ファイル内)の証明書を使用して、署名付きJARファイルのデジタル署名を検証できます。 |
23600 | 177 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
178 |
\fIjarsigner\fRコマンドでは、署名証明書の有効期間中にJARファイルが署名されたされたかどうかをシステムやデプロイヤ(Java Plug\-inを含む)がチェックできる、タイムスタンプを含む署名を生成できます。さらに、APIを使用すると、アプリケーションでタイムスタンプ情報を取得できます。 |
23600 | 179 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
180 |
現時点では、\fIjarsigner\fRコマンドでは、\fIjar\fRコマンドまたはZIPファイルによって作成されたJARファイルのみに署名できます。JARファイルはZIPファイルと同じですが、JARファイルには\fIMETA\-INF/MANIFEST\&.MF\fRファイルも含まれている点が異なります。\fIMETA\-INF/MANIFEST\&.MF\fRファイルは、\fIjarsigner\fRコマンドによってZIPファイルに署名する際に作成されます。 |
23600 | 181 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
182 |
デフォルトの\fIjarsigner\fRコマンドの動作では、JARまたはZIPファイルに署名します。\fI\-verify\fRオプションを使用して、署名付きJARファイルを検証します。 |
23600 | 183 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
184 |
\fIjarsigner\fRコマンドは、署名または検証の後に署名者の証明書の検証も試行します。検証エラーまたはその他の問題が発生すると、コマンドにより警告メッセージが生成されます。\fI\-strict\fRオプションを指定した場合、コマンドにより重大な警告がエラーとして処理されます。エラーと警告を参照してください。 |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
185 |
.SS "キーストアの別名" |
23600 | 186 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
187 |
キーストアのすべてのエンティティは、一意の別名を使用してアクセスされます。 |
23600 | 188 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
189 |
\fIjarsigner\fRコマンドを使用してJARファイルに署名するときは、署名の生成に必要な秘密鍵を含むキーストア・エントリの別名を指定する必要があります。たとえば、次のコマンドでは、\fIworking\fRディレクトリの\fImystore\fRという名前のキーストアに含まれる別名\fIduke\fRに関連付けられた秘密鍵を使用して、\fIMyJARFile\&.jar\fRという名前のJARファイルに署名します。出力ファイルは指定されていないため、\fIMyJARFile\&.jar\fRは署名付きのJARファイルによって上書きされます。 |
23600 | 190 |
.sp |
191 |
.if n \{\ |
|
192 |
.RS 4 |
|
193 |
.\} |
|
9352 | 194 |
.nf |
23600 | 195 |
jarsigner \-keystore /working/mystore \-storepass <keystore password> |
196 |
\-keypass <private key password> MyJARFile\&.jar duke |
|
9352 | 197 |
.fi |
23600 | 198 |
.if n \{\ |
9352 | 199 |
.RE |
23600 | 200 |
.\} |
201 |
.PP |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
202 |
キーストアはパスワードで保護されているので、ストアのパスワードを指定する必要があります。コマンドラインで指定しないと、入力を求められます。同様に、秘密鍵もキーストア内でパスワードによって保護されているため、秘密鍵のパスワードを指定する必要があります。コマンドラインでパスワードを指定していない場合、または指定したパスワートが保存されているパスワードと同じではない場合は、パスワードの入力を求められます。 |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
203 |
.SS "キーストアの場所" |
23600 | 204 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
205 |
\fIjarsigner\fRコマンドには、使用するキーストアのURLを指定する\fI\-keystore\fRオプションがあります。キーストアはデフォルトで、\fIuser\&.home\fRシステム・プロパティで決まるユーザーのホーム・ディレクトリの\fI\&.keystore\fRという名前のファイル内に格納されます。 |
23600 | 206 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
207 |
Oracle Solarisシステムの場合、\fIuser\&.home\fRは、ユーザーのホーム・ディレクトリにデフォルト設定されます。 |
23600 | 208 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
209 |
\fI\-keystore\fRオプションからの入力ストリームは、\fIKeyStore\&.load\fRメソッドに渡されます。URLとして\fINONE\fRが指定されている場合は、nullのストリームが\fIKeyStore\&.load\fRメソッドに渡されます。\fINONE\fRは、\fIKeyStore\fRクラスがファイルベースではない場合、たとえば、ハードウェア・トークン・デバイスに置かれている場合に指定します。 |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
210 |
.SS "キーストアの実装" |
23600 | 211 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
212 |
\fIjava\&.security package\fRで提供されている\fIKeyStore\fRクラスは、キーストア内の情報へのアクセスおよび情報の変更を行うための、明確に定義された多くのインタフェースを提供します。複数の異なる固定実装を指定することができ、各実装は特定のタイプのキーストアを対象とします。 |
23600 | 213 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
214 |
現在、キーストアの実装を使用する2つのコマンドライン・ツール(\fIkeytool\fRと\fIjarsigner\fR)、およびポリシー・ツールという名前の1つのGUIベースのツールがあります。\fIKeyStore\fRクラスは公開されているため、JDKユーザーは、それを使用する他のセキュリティ・アプリケーションを書き込むことができます。 |
23600 | 215 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
216 |
Oracleが提供する組込みのデフォルトの実装があります。これは、JKSという名前の独自のキーストア・タイプ(形式)を使用するもので、キーストアをファイルとして実装しています。組込みの実装では、各秘密鍵は個別のパスワードによって保護され、キーストア全体の整合性は(秘密鍵とは別の)パスワードによって保護されます。 |
23600 | 217 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
218 |
キーストアの実装はプロバイダベースで、つまり、\fIKeyStore\fRクラスにより提供されるアプリケーション・インタフェースは、サービス・プロバイダ・インタフェース(SPI)に関して実装されます。対応する\fIKeystoreSpi\fR抽象クラスがあり、これも\fIjava\&.security package\fRに含まれています。このクラスが、プロバイダが実装する必要のあるサービス・プロバイダ・インタフェースのメソッドを定義しています。ここで、プロバイダとは、Java Security APIによってアクセス可能なサービスのサブセットに対し、その固定実装を提供するパッケージまたはパッケージの集合のことです。キーストアの実装を提供するには、http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/crypto/HowToImplAProvider\&.htmlにある |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
219 |
Java暗号化アーキテクチャのプロバイダの実装方法で説明しているように、クライアントはプロバイダを実装し、\fIKeystoreSpi\fRサブクラスの実装を提供する必要があります。 |
23600 | 220 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
221 |
アプリケーションでは、\fIKeyStore\fRクラスの\fIgetInstance\fRファクトリ・メソッドを使用して、様々なプロバイダから異なるタイプのキーストアの実装を選択できます。キーストアのタイプは、キーストア情報の格納形式とデータ形式を定義するとともに、キーストア内の秘密鍵とキーストア自体の整合性を保護するために使用されるアルゴリズムを定義します。異なるタイプのキーストアの実装には、互換性はありません。 |
23600 | 222 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
223 |
\fIjarsigner\fRおよび\fIpolicytool\fRコマンドは、URLを使用して指定できる任意の場所からファイルベースのキーストアを読み取ることができます。また、これらのコマンドは、Windows上のMSCAPIおよびすべてのプラットフォーム上のPKCS11で提供されるような非ファイルベースのキーストアを読み取ることができます。 |
23600 | 224 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
225 |
\fIjarsigner\fRコマンドおよび\fIkeytool\fRコマンドの場合、\fI\-storetype\fRオプションを使用して、コマンドラインでキーストアのタイプを指定できます。ポリシー・ツールの場合、\fB「キーストア」\fRメニューの\fB「編集」\fRコマンドを使用して、キーストアのタイプを指定できます。 |
23600 | 226 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
227 |
ユーザーがキーストアのタイプを明示的に指定しなかった場合、セキュリティ・プロパティ・ファイルで指定された\fIkeystore\&.type\fRプロパティの値に基づいて、ツールによってキーストアの実装が選択されます。このセキュリティ・プロパティ・ファイルは\fIjava\&.security\fRと呼ばれ、JDKセキュリティ・プロパティ・ディレクトリ\fIjava\&.home/lib/security\fR内に存在しています。ここで、\fIjava\&.home\fRは実行時環境のディレクトリです。\fIjre\fRディレクトリは、JDKまたはJava Runtime Environment (JRE)の最上位のディレクトリにあります。 |
23600 | 228 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
229 |
各ツールは、\fIkeystore\&.type\fRの値を取得し、そのタイプのキーストアを実装しているプロバイダが見つかるまで、インストールされているすべてのプロバイダを調べます。目的のプロバイダが見つかると、そのプロバイダからのキーストアの実装を使用します。 |
23600 | 230 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
231 |
\fIKeyStore\fRクラスに定義されているstaticメソッド\fIgetDefaultType\fRを使用すると、アプリケーションやアプレットから\fIkeystore\&.type\fRプロパティの値を取得できます。次のコードの行では、\fIkeystore\&.type property\fRで指定された、デフォルトのキーストア・タイプのインスタンスを作成します。 |
23600 | 232 |
.sp |
233 |
.if n \{\ |
|
234 |
.RS 4 |
|
235 |
.\} |
|
236 |
.nf |
|
237 |
KeyStore keyStore = KeyStore\&.getInstance(KeyStore\&.getDefaultType()); |
|
9352 | 238 |
.fi |
23600 | 239 |
.if n \{\ |
9352 | 240 |
.RE |
23600 | 241 |
.\} |
242 |
.PP |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
243 |
デフォルトのキーストア・タイプは、\fIjks\fR |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
244 |
(Oracleが提供する独自のタイプのキーストアの実装)です。これは、セキュリティ・プロパティ・ファイル内の次の行によって指定されています。 |
23600 | 245 |
.sp |
246 |
.if n \{\ |
|
247 |
.RS 4 |
|
248 |
.\} |
|
9352 | 249 |
.nf |
23600 | 250 |
keystore\&.type=jks |
251 |
.fi |
|
252 |
.if n \{\ |
|
253 |
.RE |
|
254 |
.\} |
|
255 |
.PP |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
256 |
キーストアのタイプの指定では、大文字と小文字は区別されません。たとえば、\fIJKS\fRは\fIjks\fRと同じになります。 |
23600 | 257 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
258 |
ツールでデフォルト以外のキーストアの実装を使用するには、その行を変更して別のキーストアのタイプを指定します。たとえば、\fIpkcs12\fRと呼ばれるキーストアのタイプのキーストアの実装を提供するプロバイダ・パッケージがある場合、行を次のように変更します。 |
23600 | 259 |
.sp |
260 |
.if n \{\ |
|
261 |
.RS 4 |
|
262 |
.\} |
|
263 |
.nf |
|
264 |
keystore\&.type=pkcs12 |
|
9352 | 265 |
.fi |
23600 | 266 |
.if n \{\ |
267 |
.RE |
|
268 |
.\} |
|
269 |
.PP |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
270 |
\fB注意:\fR |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
271 |
PKCS 11プロバイダ・パッケージを使用する場合、http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/p11guide\&.htmlにある |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
272 |
Java PKCS #11リファレンス・ガイドの「KeyTool」および「JarSigner」を参照してください。 |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
273 |
.SS "サポートされるアルゴリズム" |
23600 | 274 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
275 |
デフォルトで、\fIjarsigner\fRコマンドでは次のいずれかのアルゴリズムを使用してJARファイルに署名します。 |
23600 | 276 |
.sp |
277 |
.RS 4 |
|
278 |
.ie n \{\ |
|
279 |
\h'-04'\(bu\h'+03'\c |
|
280 |
.\} |
|
281 |
.el \{\ |
|
282 |
.sp -1 |
|
283 |
.IP \(bu 2.3 |
|
284 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
285 |
SHA1ダイジェスト・アルゴリズムを使用したデジタル署名アルゴリズム(DSA) |
23600 | 286 |
.RE |
287 |
.sp |
|
288 |
.RS 4 |
|
289 |
.ie n \{\ |
|
290 |
\h'-04'\(bu\h'+03'\c |
|
291 |
.\} |
|
292 |
.el \{\ |
|
293 |
.sp -1 |
|
294 |
.IP \(bu 2.3 |
|
295 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
296 |
SHA256ダイジェスト・アルゴリズムを使用したRSAアルゴリズム。 |
23600 | 297 |
.RE |
298 |
.sp |
|
299 |
.RS 4 |
|
300 |
.ie n \{\ |
|
301 |
\h'-04'\(bu\h'+03'\c |
|
302 |
.\} |
|
303 |
.el \{\ |
|
304 |
.sp -1 |
|
305 |
.IP \(bu 2.3 |
|
306 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
307 |
SHA256と楕円曲線デジタル署名アルゴリズム(ECDSA)を使用した楕円曲線(EC)暗号方式アルゴリズム |
23600 | 308 |
.RE |
309 |
.PP |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
310 |
署名者の公開鍵と秘密鍵がDSA鍵である場合、\fIjarsigner\fRは\fISHA1withDSA\fRアルゴリズムを使用してJARファイルに署名します。署名者の鍵がRSA鍵である場合、\fIjarsigner\fRは\fISHA256withRSA\fRアルゴリズムを使用してJARファイルに署名しようとします。署名者の鍵がEC鍵である場合、\fIjarsigner\fRは\fISHA256withECDSA\fRアルゴリズムを使用してJARファイルに署名します。 |
23600 | 311 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
312 |
これらのデフォルトの署名アルゴリズムは、\fI\-sigalg\fRオプションを使用してオーバーライドできます。 |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
313 |
.SS "署名付きJARファイル" |
23600 | 314 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
315 |
\fIjarsigner\fRコマンドを使用してJARファイルに署名する場合、出力される署名付きJARファイルは入力JARファイルと同じですが、次の2つの追加ファイルがMETA\-INFディレクトリに置かれる点が異なります。 |
23600 | 316 |
.sp |
317 |
.RS 4 |
|
318 |
.ie n \{\ |
|
319 |
\h'-04'\(bu\h'+03'\c |
|
320 |
.\} |
|
321 |
.el \{\ |
|
322 |
.sp -1 |
|
323 |
.IP \(bu 2.3 |
|
324 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
325 |
\fI\&.SF\fR拡張子の付いた署名ファイル |
23600 | 326 |
.RE |
327 |
.sp |
|
328 |
.RS 4 |
|
329 |
.ie n \{\ |
|
330 |
\h'-04'\(bu\h'+03'\c |
|
331 |
.\} |
|
332 |
.el \{\ |
|
333 |
.sp -1 |
|
334 |
.IP \(bu 2.3 |
|
335 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
336 |
\fI\&.DSA\fR、\fI\&.RSA\fRまたは\fI\&.EC\fR拡張子の付いた署名ブロック・ファイル |
23600 | 337 |
.RE |
338 |
.PP |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
339 |
これら2つのファイルのベース・ファイル名は、\fI\-sigFile\fRオプションの値から作成されます。たとえば、オプションが\fI\-sigFile MKSIGN\fRの場合、ファイルは\fIMKSIGN\&.SF\fRおよび\fIMKSIGN\&.DSA\fRという名前になります。 |
23600 | 340 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
341 |
コマンドラインで\fI\-sigfile\fRオプションを指定しなかった場合、\fI\&.SF\fRファイルと\fI\&.DSA\fRファイルのベース・ファイル名は、コマンドラインで指定された別名の先頭の8文字をすべて大文字に変換したものになります。別名が8文字未満の場合は、別名がそのまま使用されます。別名に、署名ファイル名で使用できない文字が含まれている場合、ファイル名の作成時に、該当する文字が下線(_)文字に変換されます。有効な文字は、アルファベット、数字、下線およびハイフンです。 |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
342 |
署名ファイル.PP |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
343 |
署名ファイル(\fI\&.SF\fRファイル)は、\fIjarsigner\fRコマンドを使用してファイルに署名する際にJARファイルに常に含まれるマニフェスト・ファイルと似ています。JARファイルに含まれているソース・ファイルごとに、\fI\&.SF\fRファイルには、マニフェスト・ファイルにあるような、次に示す3つの行があります。 |
23600 | 344 |
.sp |
345 |
.RS 4 |
|
346 |
.ie n \{\ |
|
347 |
\h'-04'\(bu\h'+03'\c |
|
348 |
.\} |
|
349 |
.el \{\ |
|
350 |
.sp -1 |
|
351 |
.IP \(bu 2.3 |
|
352 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
353 |
ファイル名 |
23600 | 354 |
.RE |
355 |
.sp |
|
356 |
.RS 4 |
|
357 |
.ie n \{\ |
|
358 |
\h'-04'\(bu\h'+03'\c |
|
359 |
.\} |
|
360 |
.el \{\ |
|
361 |
.sp -1 |
|
362 |
.IP \(bu 2.3 |
|
363 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
364 |
ダイジェスト・アルゴリズム(SHA)の名前 |
23600 | 365 |
.RE |
366 |
.sp |
|
367 |
.RS 4 |
|
368 |
.ie n \{\ |
|
369 |
\h'-04'\(bu\h'+03'\c |
|
370 |
.\} |
|
371 |
.el \{\ |
|
372 |
.sp -1 |
|
373 |
.IP \(bu 2.3 |
|
374 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
375 |
SHAダイジェストの値 |
23600 | 376 |
.RE |
377 |
.PP |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
378 |
マニフェスト・ファイルでは、各ソース・ファイルのSHAダイジェストの値は、ソース・ファイルのバイナリ・データのダイジェスト(ハッシュ)になります。\fI\&.SF\fRファイルでは、指定されたソース・ファイルのダイジェストの値は、ソース・ファイルのマニフェスト・ファイル内のその3行のハッシュになります。 |
23600 | 379 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
380 |
署名ファイルには、デフォルトで、マニフェスト・ファイル全体のハッシュが格納されたヘッダーが含まれています。ヘッダーにはマニフェスト・ヘッダーのハッシュも含まれています。ヘッダーが存在すると、検証の最適化が有効になります。JARファイルの検証を参照してください。 |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
381 |
署名ブロック・ファイル.PP |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
382 |
\fI\&.SF\fRファイルには署名が付けられ、署名は署名ブロック・ファイルに置かれます。このファイルには、署名に使用された秘密鍵に対応する公開鍵を認証するキーストアからの証明書または証明書チェーンも、内部でエンコードされて含まれています。ファイルの拡張子は、使用されるダイジェスト・アルゴリズムに応じて、\fI\&.DSA\fR、\fI\&.RSA\fRまたは\fI\&.EC\fRになります。 |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
383 |
.SS "署名タイムスタンプ" |
23600 | 384 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
385 |
\fIjarsigner\fRコマンドでは、JARファイルの署名時に署名タイムスタンプを生成および保存できます。さらに、\fIjarsigner\fRは代替署名機構をサポートします。この動作は省略可能で、署名時に次の各オプションによって制御されます。オプションを参照してください。 |
23600 | 386 |
.sp |
387 |
.if n \{\ |
|
388 |
.RS 4 |
|
389 |
.\} |
|
9352 | 390 |
.nf |
23600 | 391 |
\-tsa \fIurl\fR |
392 |
\-tsacert \fIalias\fR |
|
393 |
\-altsigner \fIclass\fR |
|
394 |
\-altsignerpath \fIclasspathlist\fR |
|
395 |
\-tsapolicyid \fIpolicyid\fR |
|
9352 | 396 |
.fi |
23600 | 397 |
.if n \{\ |
398 |
.RE |
|
399 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
400 |
.SS "JARファイルの検証" |
23600 | 401 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
402 |
JARファイルの検証が成功するのは、署名が有効であり、かつ署名の生成以降にJARファイル内のどのファイルも変更されていない場合です。JARファイルの検証は、次の手順で行われます。 |
23600 | 403 |
.sp |
404 |
.RS 4 |
|
405 |
.ie n \{\ |
|
406 |
\h'-04' 1.\h'+01'\c |
|
407 |
.\} |
|
408 |
.el \{\ |
|
409 |
.sp -1 |
|
410 |
.IP " 1." 4.2 |
|
411 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
412 |
\fI\&.SF\fRファイルの署名を検証します。 |
23600 | 413 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
414 |
検証では、各署名ブロック(\fI\&.DSA\fR)ファイルに格納された署名が、証明書(または証明書チェーン)も\fI\&.DSA\fRファイルに示される公開鍵に対応する秘密鍵を使用して生成されたことを確認します。また、署名が対応する署名(\fI\&.SF\fR)ファイルの有効な署名であることが確認され、それにより、\fI\&.SF\fRファイルが改ざんされていないことも確認されます。 |
23600 | 415 |
.RE |
416 |
.sp |
|
417 |
.RS 4 |
|
418 |
.ie n \{\ |
|
419 |
\h'-04' 2.\h'+01'\c |
|
420 |
.\} |
|
421 |
.el \{\ |
|
422 |
.sp -1 |
|
423 |
.IP " 2." 4.2 |
|
424 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
425 |
\fI\&.SF\fRファイル内の各エントリに示されるダイジェストを、マニフェスト内の対応する各セクションと突きあわせて検証します。 |
23600 | 426 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
427 |
\fI\&.SF\fRファイルには、マニフェスト・ファイル全体のハッシュが格納されたヘッダーがデフォルトで含まれています。ヘッダーが存在する場合、検証では、ヘッダー内のハッシュがマニフェスト・ファイルのハッシュと一致するかどうかを確認するためにチェックできます。一致する場合、検証は次の手順に進みます。 |
23600 | 428 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
429 |
一致しない場合、\fI\&.SF\fRファイル内の各ソース・ファイル情報セクションのハッシュが、マニフェスト・ファイル内の対応するセクションのハッシュと一致することを確認するために、あまり最適化されていない検証が必要になります。署名ファイルを参照してください。 |
23600 | 430 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
431 |
\fI\&.SF\fRファイルのヘッダーに格納されたマニフェスト・ファイルのハッシュが、現在のマニフェスト・ファイルのハッシュに一致しない理由の1つは、署名および\fI\&.SF\fRファイルの生成後に、(\fIjar\fRツールを使用して)1つ以上のファイルがJARファイルに追加されたことです。\fIjar\fRツールを使用してファイルを追加した場合、新しいファイル用のセクションが追加されることにより、マニフェスト・ファイルは変更されますが、\fI\&.SF\fRファイルは変更されません。検証がまだ成功しているとみなされるのは、署名の生成以降にJARファイル内のどのファイルも変更されていない場合です。これが発生するのは、\fI\&.SF\fRファイルのヘッダー以外のセクションのハッシュが、マニフェスト・ファイル内の対応するセクションのハッシュと一致する場合です。 |
23600 | 432 |
.RE |
433 |
.sp |
|
434 |
.RS 4 |
|
435 |
.ie n \{\ |
|
436 |
\h'-04' 3.\h'+01'\c |
|
437 |
.\} |
|
438 |
.el \{\ |
|
439 |
.sp -1 |
|
440 |
.IP " 3." 4.2 |
|
441 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
442 |
\fI\&.SF\fRファイル内にエントリを持つJARファイル内の各ファイルを読み取ります。読取り中にファイルのダイジェストを計算し、結果をマニフェスト・セクション内のこのファイルのダイジェストと比較します。ダイジェストは同じである必要があり、そうでない場合は検証が失敗します。 |
23600 | 443 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
444 |
検証プロセス中になんらかの重大な検証エラーが発生した場合、そのプロセスは停止され、セキュリティ例外がスローされます。\fIjarsigner\fRコマンドでは、例外を捕捉および表示します。 |
23600 | 445 |
.RE |
446 |
.PP |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
447 |
\fB注意:\fR |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
448 |
追加の警告(または、\fI\-strict\fRオプションを指定した場合はエラー)はすべて読む必要があります。同様に、証明が信頼できるかを決定するために、(\fI\-verbose\fRおよび\fI\-certs\fRオプションを指定して)証明書の内容も読む必要があります。 |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
449 |
.SS "1つのJARファイルを対象とする複数の署名" |
23600 | 450 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
451 |
次のように、\fIjarsigner\fRコマンドをファイルで複数回実行し、実行のたびに異なるユーザーの別名を指定することによって、1つのJARファイルに複数のユーザーの署名を付けることができます。 |
23600 | 452 |
.sp |
453 |
.if n \{\ |
|
454 |
.RS 4 |
|
455 |
.\} |
|
9352 | 456 |
.nf |
23600 | 457 |
jarsigner myBundle\&.jar susan |
458 |
jarsigner myBundle\&.jar kevin |
|
9352 | 459 |
.fi |
23600 | 460 |
.if n \{\ |
461 |
.RE |
|
462 |
.\} |
|
463 |
.PP |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
464 |
JARファイルが複数回署名されている場合、そのJARファイルには、複数の\fI\&.SF\fRファイルと\fI\&.DSA\fRファイルが含まれており、1回の署名に対して1つのペアとなります。前述の例では、出力JARファイルには、次の名前のファイルが含まれています。 |
23600 | 465 |
.sp |
466 |
.if n \{\ |
|
467 |
.RS 4 |
|
468 |
.\} |
|
9352 | 469 |
.nf |
23600 | 470 |
SUSAN\&.SF |
471 |
SUSAN\&.DSA |
|
472 |
KEVIN\&.SF |
|
473 |
KEVIN\&.DSA |
|
9352 | 474 |
.fi |
23600 | 475 |
.if n \{\ |
476 |
.RE |
|
477 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
478 |
.SH "オプション" |
23600 | 479 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
480 |
次の各項では、様々な\fIjarsigner\fRオプションについて説明します。次の標準に注意してください。 |
23600 | 481 |
.sp |
482 |
.RS 4 |
|
483 |
.ie n \{\ |
|
484 |
\h'-04'\(bu\h'+03'\c |
|
485 |
.\} |
|
486 |
.el \{\ |
|
487 |
.sp -1 |
|
488 |
.IP \(bu 2.3 |
|
489 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
490 |
どのオプション名にも先頭にマイナス記号(\-)が付きます。 |
23600 | 491 |
.RE |
492 |
.sp |
|
493 |
.RS 4 |
|
494 |
.ie n \{\ |
|
495 |
\h'-04'\(bu\h'+03'\c |
|
496 |
.\} |
|
497 |
.el \{\ |
|
498 |
.sp -1 |
|
499 |
.IP \(bu 2.3 |
|
500 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
501 |
オプションは任意の順序で指定できます。 |
23600 | 502 |
.RE |
503 |
.sp |
|
504 |
.RS 4 |
|
505 |
.ie n \{\ |
|
506 |
\h'-04'\(bu\h'+03'\c |
|
507 |
.\} |
|
508 |
.el \{\ |
|
509 |
.sp -1 |
|
510 |
.IP \(bu 2.3 |
|
511 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
512 |
イタリック体または下線付きの項目(オプションの値)の実際の値は、指定する必要があります。 |
23600 | 513 |
.RE |
514 |
.sp |
|
515 |
.RS 4 |
|
516 |
.ie n \{\ |
|
517 |
\h'-04'\(bu\h'+03'\c |
|
518 |
.\} |
|
519 |
.el \{\ |
|
520 |
.sp -1 |
|
521 |
.IP \(bu 2.3 |
|
522 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
523 |
\fI\-storepass\fR、\fI\-keypass\fR、\fI\-sigfile\fR、\fI\-sigalg\fR、\fI\-digestalg\fR、\fI\-signedjar\fRおよびTSA関連のオプションを使用できるのは、JARファイルに署名する場合のみです。署名付きJARファイルを検証する場合ではありません。\fI\-keystore \fRオプションは、JARファイルの署名および検証に関連します。また、別名は、JARファイルの署名および検証時に指定します。 |
23600 | 524 |
.RE |
525 |
.PP |
|
526 |
\-keystore \fIurl\fR |
|
527 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
528 |
キーストアの場所を示すURLを指定します。これにより、\fIuser\&.home\fRシステム・プロパティで決定されたユーザーのホーム・ディレクトリ内のファイル\fI\&.keystore\fRにデフォルト設定されます。 |
23600 | 529 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
530 |
キーストアは署名時には必要です。デフォルトのキーストアが存在しない場合、またはデフォルト以外のキーストアを使用する場合は、キーストアを明示的に指定する必要があります。 |
23600 | 531 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
532 |
検証するときはキーストアは必要ありません。ただし、キーストアが指定されているか、あるいはデフォルトのキーストアが存在していて、さらに\fI\-verbose\fRオプションも指定されていた場合、JARファイルの検証に使用される証明書がそのキーストアに1つでも含まれているかどうかに関する追加情報が出力されます。 |
23600 | 533 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
534 |
\fI\-keystore\fR引数には、URLではなくファイル名とパスを指定でき、この場合、ファイル: URLと同じように処理されます。たとえば、次にように指定すると同等になります。 |
23600 | 535 |
.sp |
536 |
.if n \{\ |
|
537 |
.RS 4 |
|
538 |
.\} |
|
9352 | 539 |
.nf |
23600 | 540 |
\-keystore \fIfilePathAndName\fR |
541 |
\-keystore file:\fIfilePathAndName\fR |
|
9352 | 542 |
.fi |
23600 | 543 |
.if n \{\ |
544 |
.RE |
|
545 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
546 |
(JREの\fI$JAVA_HOME/lib/security directory\fRにある) |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
547 |
\fIjava\&.security\fRセキュリティ・プロパティ・ファイル内でSun PKCS #11プロバイダが構成された場合、\fIkeytool\fRおよび\fIjarsigner\fRツールはPKCS#11トークンに基づいて動作できます。次のオプションを指定します。 |
23600 | 548 |
.sp |
549 |
.if n \{\ |
|
550 |
.RS 4 |
|
551 |
.\} |
|
552 |
.nf |
|
553 |
\-keystore NONE |
|
554 |
\-storetype PKCS11 |
|
555 |
.fi |
|
556 |
.if n \{\ |
|
557 |
.RE |
|
558 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
559 |
たとえば、次のコマンドは、構成されたPKCS#11トークンの内容を一覧表示します。 |
23600 | 560 |
.sp |
561 |
.if n \{\ |
|
562 |
.RS 4 |
|
563 |
.\} |
|
9352 | 564 |
.nf |
23600 | 565 |
keytool \-keystore NONE \-storetype PKCS11 \-list |
9352 | 566 |
.fi |
23600 | 567 |
.if n \{\ |
568 |
.RE |
|
569 |
.\} |
|
570 |
.RE |
|
571 |
.PP |
|
572 |
\-storetype \fIstoretype\fR |
|
573 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
574 |
インスタンスを生成するキーストアのタイプを指定します。デフォルトのキーストア・タイプは、セキュリティ・プロパティ・ファイル内の\fIkeystore\&.type\fRプロパティの値で指定されたタイプです。この値は、\fIjava\&.security\&.KeyStore\fRのstatic |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
575 |
\fIgetDefaultType\fRメソッドによって返されます。 |
23600 | 576 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
577 |
\fI\-storepass\fRオプションを使用して、PCKS #11トークンのPINを指定することもできます。何も指定しない場合、\fIkeytool\fRおよび\fIjarsigner\fRコマンドによって、トークンPINの指定を求められます。トークンに保護された認証パス(専用のPINパッドや生体読取り機など)がある場合、\fI\-protected\fRオプションを指定する必要がありますが、パスワード・オプションは指定できません。 |
23600 | 578 |
.RE |
579 |
.PP |
|
580 |
\-storepass[:env | :file] \fIargument\fR |
|
581 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
582 |
キーストアにアクセスするのに必要なパスワードを指定します。これが必要なのは、JARファイルに署名を付けるときのみです(検証するときには不要です)。その場合、\fI\-storepass\fRオプションをコマンドラインで指定しないと、パスワードの入力を求められます。 |
23600 | 583 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
584 |
修飾子\fIenv\fRまたは\fIfile\fRが指定されていない場合、パスワードの値は\fIargument\fRになります。それ以外の場合、パスワードは次のようにして取得されます。 |
23600 | 585 |
.sp |
586 |
.RS 4 |
|
587 |
.ie n \{\ |
|
588 |
\h'-04'\(bu\h'+03'\c |
|
589 |
.\} |
|
590 |
.el \{\ |
|
591 |
.sp -1 |
|
592 |
.IP \(bu 2.3 |
|
593 |
.\} |
|
594 |
\fIenv\fR: |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
595 |
\fIargument\fRという名前の環境変数からパスワードを取得します。 |
23600 | 596 |
.RE |
597 |
.sp |
|
598 |
.RS 4 |
|
599 |
.ie n \{\ |
|
600 |
\h'-04'\(bu\h'+03'\c |
|
601 |
.\} |
|
602 |
.el \{\ |
|
603 |
.sp -1 |
|
604 |
.IP \(bu 2.3 |
|
605 |
.\} |
|
606 |
\fIfile\fR: |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
607 |
\fIargument\fRという名前のファイルからパスワードを取得します。 |
23600 | 608 |
.RE |
609 |
.sp |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
610 |
\fB注意:\fR |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
611 |
テストを目的とする場合またはセキュリティ保護されたシステムを使用している場合以外は、コマンドラインやスクリプトでパスワードを指定しないでください。 |
23600 | 612 |
.RE |
613 |
.PP |
|
614 |
\-keypass [:env | :file] \fIargument\fR |
|
615 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
616 |
コマンドラインで指定された別名に対応するキーストア・エントリの秘密鍵を保護するのに使用するパスワードを指定します。\fIjarsigner\fRを使用してJARファイルに署名を付けるときは、パスワードが必要です。コマンドラインでパスワードが指定されておらず、必要なパスワードがストアのパスワードと異なる場合は、パスワードの入力を求められます。 |
23600 | 617 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
618 |
修飾子\fIenv\fRまたは\fIfile\fRが指定されていない場合、パスワードの値は\fIargument\fRになります。それ以外の場合、パスワードは次のようにして取得されます。 |
23600 | 619 |
.sp |
620 |
.RS 4 |
|
621 |
.ie n \{\ |
|
622 |
\h'-04'\(bu\h'+03'\c |
|
623 |
.\} |
|
624 |
.el \{\ |
|
625 |
.sp -1 |
|
626 |
.IP \(bu 2.3 |
|
627 |
.\} |
|
628 |
\fIenv\fR: |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
629 |
\fIargument\fRという名前の環境変数からパスワードを取得します。 |
23600 | 630 |
.RE |
631 |
.sp |
|
632 |
.RS 4 |
|
633 |
.ie n \{\ |
|
634 |
\h'-04'\(bu\h'+03'\c |
|
635 |
.\} |
|
636 |
.el \{\ |
|
637 |
.sp -1 |
|
638 |
.IP \(bu 2.3 |
|
639 |
.\} |
|
640 |
\fIfile\fR: |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
641 |
\fIargument\fRという名前のファイルからパスワードを取得します。 |
23600 | 642 |
.RE |
643 |
.sp |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
644 |
\fB注意:\fR |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
645 |
テストを目的とする場合またはセキュリティ保護されたシステムを使用している場合以外は、コマンドラインやスクリプトでパスワードを指定しないでください。 |
23600 | 646 |
.RE |
647 |
.PP |
|
648 |
\-sigfile \fIfile\fR |
|
649 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
650 |
生成された\fI\&.SF\fRファイルおよび\fI\&.DSA\fRファイルに使用するベース・ファイル名を指定します。たとえば、ファイルが\fIDUKESIGN\fRの場合、生成される\fI\&.SF\fRおよび\fI\&.DSA\fRファイルは、\fIDUKESIGN\&.SF\fRおよび\fIDUKESIGN\&.DSA\fRという名前で、署名付きJARファイルの\fIMETA\-INF\fRディレクトリに格納されます。 |
23600 | 651 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
652 |
ファイル内の文字は、セット\fIa\-zA\-Z0\-9_\-\fRから指定される必要があります。アルファベット、数字、下線およびハイフン文字のみを使用できます。\fI\&.SF\fRおよび\fI\&.DSA\fRのファイル名では、小文字はすべて大文字に変換されます。 |
23600 | 653 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
654 |
コマンドラインで\fI\-sigfile\fRオプションを指定しなかった場合、\fI\&.SF\fRファイルと\fI\&.DSA\fRファイルのベース・ファイル名は、コマンドラインで指定された別名の先頭の8文字をすべて大文字に変換したものになります。別名が8文字未満の場合は、別名がそのまま使用されます。別名に、署名ファイル名で無効な文字が含まれている場合、ファイル名を作成するために、該当する文字が下線(_)文字に変換されます。 |
23600 | 655 |
.RE |
656 |
.PP |
|
657 |
\-sigalg \fIalgorithm\fR |
|
658 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
659 |
JARファイルの署名に使用する署名アルゴリズムの名前を指定します。 |
23600 | 660 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
661 |
標準的な署名アルゴリズム名のリストは、http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec\&.html#AppAにある |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
662 |
Java Cryptography Architecture (JCA)リファレンス・ガイドの「付録A: 標準名」を参照してください。 |
23600 | 663 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
664 |
このアルゴリズムには、JARファイルの署名に使用する秘密鍵との互換性が必要です。このオプションを指定しない場合、秘密鍵のタイプに応じて、\fISHA1withDSA\fR、\fISHA256withRSA\fRまたは\fISHA256withECDSA\fRが使用されます。指定されたアルゴリズムの実装を提供するプロバイダが静的にインストールされているか、\fI\-providerClass\fRオプションを使用してそのようなプロバイダをユーザーが指定する必要があります。そうでない場合、コマンドは失敗します。 |
23600 | 665 |
.RE |
666 |
.PP |
|
667 |
\-digestalg \fIalgorithm\fR |
|
668 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
669 |
JARファイルのエントリをダイジェストする際に使用するメッセージ・ダイジェスト・アルゴリズムの名前を指定します。 |
23600 | 670 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
671 |
標準的なメッセージ・ダイジェスト・アルゴリズム名のリストは、http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec\&.html#AppAにある |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
672 |
Java Cryptography Architecture (JCA)リファレンス・ガイドの「付録A: 標準名」を参照してください。 |
23600 | 673 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
674 |
このオプションを指定しない場合、\fISHA256\fRが使用されます。指定されたアルゴリズムの実装を提供するプロバイダが静的にインストールされているか、\fI\-providerClass\fRオプションを使用してそのようなプロバイダをユーザーが指定する必要があります。そうでない場合、コマンドは失敗します。 |
23600 | 675 |
.RE |
676 |
.PP |
|
677 |
\-certs |
|
678 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
679 |
コマンドラインで、\fI\-certs\fRオプションを\fI\-verify\fRおよび\fI\-verbose\fRオプションとともに指定した場合、JARファイルの各署名者の証明書情報が出力に含まれます。この情報には、署名者の公開鍵を証明する証明書(\fI\&.DSA\fRファイルに格納)のタイプの名前が含まれ、証明書がX\&.509証明書(\fIjava\&.security\&.cert\&.X509Certificate\fRのインスタンス)の場合、署名者の識別名が含まれます。 |
23600 | 680 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
681 |
キーストアの確認も行われます。コマンドラインでキーストアの値が指定されていない場合、デフォルトのキーストア・ファイル(ある場合)がチェックされます。署名者の公開鍵の証明書がキーストア内のエントリと一致する場合、その署名者のキーストアのエントリの別名が丸カッコ内に表示されます。 |
23600 | 682 |
.RE |
683 |
.PP |
|
684 |
\-certchain \fIfile\fR |
|
685 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
686 |
コマンドラインで指定した別名によって表されるキーストア・エントリの秘密鍵に関連付けられた証明書チェーンが完全ではない場合に、使用する証明書チェーンを指定します。これは、証明書チェーン全体を保持するのに十分な領域がないハードウェア・トークン上にキーストアが格納されている場合に発生します。このファイルは一連の連結されたX\&.509証明書、PKCS#7形式の単一データ・ブロックのいずれかとなり、そのエンコーディング形式はバイナリ・エンコーディング形式、Internet RFC 1421標準で規定される印刷可能エンコーディング形式(Base64エンコーディングとも呼ばれる)のいずれかになります。インターネットRFC 1421証明書符号化規格およびhttp://tools\&.ietf\&.org/html/rfc1421を参照してください。 |
23600 | 687 |
.RE |
688 |
.PP |
|
689 |
\-verbose |
|
690 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
691 |
コマンドラインで\fI\-verbose\fRオプションを指定した場合、冗長モードで動作し、このモードでは、\fIjarsigner\fRは、JARの署名または検証の進行状況に関する追加情報を出力します。 |
23600 | 692 |
.RE |
693 |
.PP |
|
694 |
\-internalsf |
|
695 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
696 |
以前は、JARファイルの署名時に生成された\fI\&.DSA\fR |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
697 |
(署名ブロック)ファイルに、生成された\fI\&.SF\fRファイル(署名ファイル)のエンコードされた完全なコピーが含まれていました。 この動作は変更されました。出力JARファイル全体のサイズを小さくするために、デフォルトでは\fI\&.DSA\fRファイルには\fI\&.SF\fRファイルのコピーが含まれないようになっています。コマンドラインで\fI\-internalsf\fRを指定した場合、以前と同じように動作します。このオプションは、テストを行う場合に便利です。実際には、\fI\-internalsf\fRオプションは、オーバーヘッドが大きくなるため、使用しないでください。 |
23600 | 698 |
.RE |
699 |
.PP |
|
700 |
\-sectionsonly |
|
701 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
702 |
コマンドラインで\fI\-sectionsonly\fRオプションを指定した場合、JARファイルの署名時に生成される\fI\&.SF\fRファイル(署名ファイル)には、マニフェスト・ファイル全体のハッシュを含むヘッダーは含まれません。これに含まれるのは、JARファイル内の各ソース・ファイルに関連する情報およびハッシュのみです。署名ファイルを参照してください。 |
23600 | 703 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
704 |
デフォルトでは、最適化のために、このヘッダーが追加されます。ヘッダーが存在する場合、JARファイルを検証するたびに、検証では、まずヘッダー内のハッシュがマニフェスト・ファイル全体のハッシュと一致するかどうかを確認するためにチェックできます。一致する場合、検証は次の手順に進みます。一致しない場合、\fI\&.SF\fRファイル内の各ソース・ファイル情報セクションのハッシュが、マニフェスト・ファイル内の対応するセクションのハッシュと一致するという、あまり最適化されていない検証を実行する必要があります。JARファイルの検証を参照してください。 |
23600 | 705 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
706 |
\fI\-sectionsonly\fRオプションは、主にテスト用に使用されます。これを使用するとオーバーヘッドが大きくなるため、テスト用以外では使用しないでください。 |
23600 | 707 |
.RE |
708 |
.PP |
|
709 |
\-protected |
|
710 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
711 |
\fItrue\fRまたは\fIfalse\fRのいずれかの値を指定できます。専用PINリーダーなどの保護された認証パスによってパスワードを指定する必要がある場合、\fItrue\fRを指定します。 |
23600 | 712 |
.RE |
713 |
.PP |
|
714 |
\-providerClass \fIprovider\-class\-name\fR |
|
715 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
716 |
暗号化サービス・プロバイダが\fIjava\&.security\fRセキュリティ・プロパティ・ファイルに指定されていないときは、そのマスター・クラス・ファイルの名前を指定するときに使用されます。 |
23600 | 717 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
718 |
\fI\-providerArg ConfigFilePath\fRオプションとともに使用し、\fIkeytool\fRおよび\fIjarsigner\fRツールは、プロバイダを動的にインストールし、トークン構成ファイルへのパスに\fIConfigFilePath\fRを使用します。次の例は、Oracle PKCS #11プロバイダがセキュリティ・プロパティ・ファイルに構成されていなかった場合に\fIPKCS #11\fRキーストアを一覧表示するコマンドを示しています。 |
23600 | 719 |
.sp |
720 |
.if n \{\ |
|
721 |
.RS 4 |
|
722 |
.\} |
|
9352 | 723 |
.nf |
23600 | 724 |
jarsigner \-keystore NONE \-storetype PKCS11 \e |
725 |
\-providerClass sun\&.security\&.pkcs11\&.SunPKCS11 \e |
|
726 |
\-providerArg /mydir1/mydir2/token\&.config \e |
|
727 |
\-list |
|
9352 | 728 |
.fi |
23600 | 729 |
.if n \{\ |
730 |
.RE |
|
731 |
.\} |
|
732 |
.RE |
|
733 |
.PP |
|
734 |
\-providerName \fIproviderName\fR |
|
735 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
736 |
\fIjava\&.security\fRセキュリティ・プロパティ・ファイル内で2つ以上のプロバイダが構成された場合、\fI\-providerName\fRオプションを使用して、特定のプロバイダ・インスタンスを対象にすることができます。このオプションの引数は、プロバイダの名前です。 |
23600 | 737 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
738 |
Oracle PKCS #11プロバイダの場合、\fIproviderName\fRは\fISunPKCS11\-\fR\fITokenName\fRという形式になります。ここで、構成属性の表で詳細に説明されているように、\fITokenName\fRは、プロバイダ・インスタンスが構成された名前の接尾辞です。たとえば、次のコマンドは、名前接尾辞\fISmartCard\fRの\fIPKCS #11\fRキーストア・プロバイダ・インスタンスの内容を一覧表示します。 |
23600 | 739 |
.sp |
740 |
.if n \{\ |
|
741 |
.RS 4 |
|
742 |
.\} |
|
9352 | 743 |
.nf |
23600 | 744 |
jarsigner \-keystore NONE \-storetype PKCS11 \e |
745 |
\-providerName SunPKCS11\-SmartCard \e |
|
746 |
\-list |
|
9352 | 747 |
.fi |
23600 | 748 |
.if n \{\ |
749 |
.RE |
|
750 |
.\} |
|
751 |
.RE |
|
752 |
.PP |
|
753 |
\-J\fIjavaoption\fR |
|
754 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
755 |
指定された\fIjavaoption\fR文字列をJavaインタプリタに直接渡します。\fIjarsigner\fRコマンドは、インタプリタに対するラッパーです。このオプションには、空白を含めることはできません。このオプションは、実行環境またはメモリー使用を調整する場合に便利です。指定できるインタプリタ・オプションを一覧表示するには、コマンドラインで\fIjava \-h\fRまたは\fIjava \-X\fRと入力してください。 |
23600 | 756 |
.RE |
757 |
.PP |
|
758 |
\-tsa \fIurl\fR |
|
759 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
760 |
\fI\-tsa http://example\&.tsa\&.url\fRがJARファイルの署名時にコマンドラインにある場合、署名のタイムスタンプが生成されます。URL |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
761 |
\fIhttp://example\&.tsa\&.url\fRは、Time Stamping Authority (TSA)の場所を特定し、\fI\-tsacert\fRオプションを指定して検出されたURLをオーバーライドします。\fI\-tsa\fRオプションでは、TSAの公開鍵証明書をキーストアに配置する必要はありません。 |
23600 | 762 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
763 |
タイムスタンプを生成するために、\fIjarsigner\fRは、RFC 3161で定義されているタイムスタンプ・プロトコル(TSP)を使用してTSAと通信します。成功すると、TSAによって返されたタイムスタンプ・トークンは、署名ブロック・ファイルの署名とともに保存されます。 |
23600 | 764 |
.RE |
765 |
.PP |
|
766 |
\-tsacert \fIalias\fR |
|
767 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
768 |
\fI\-tsacert alias\fRがJARファイルの署名時にコマンドラインにある場合、署名のタイムスタンプが生成されます。別名は、キーストア内の有効なTSAの公開鍵証明書を特定します。エントリの証明書で、TSAの場所を特定するURLを含むSubject Information Access拡張機能が確認されます。 |
23600 | 769 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
770 |
\fI\-tsacert\fRオプションを使用する場合は、TSAの公開鍵証明書がキーストアに配置されている必要があります。 |
23600 | 771 |
.RE |
772 |
.PP |
|
773 |
\-tsapolicyid \fIpolicyid\fR |
|
774 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
775 |
TSAサーバーに送信するポリシーIDを識別するオブジェクト識別子(OID)を指定します。このオプションを指定しない場合、ポリシーIDは送信されず、TSAサーバーはデフォルトのポリシーIDを選択します。 |
23600 | 776 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
777 |
オブジェクト識別子は、ITU Telecommunication Standardization Sector (ITU\-T)標準であるX\&.696によって定義されます。これらの識別子は、通常、\fI1\&.2\&.3\&.4\fRなどの、負ではない数字のピリオド区切りのセットです。 |
2692 | 778 |
.RE |
23600 | 779 |
.PP |
780 |
\-altsigner \fIclass\fR |
|
781 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
782 |
このオプションは、代替署名メカニズムを指定します。完全修飾クラス名は、\fIcom\&.sun\&.jarsigner\&.ContentSigner\fR抽象クラスを拡張するクラス・ファイルを識別します。このクラス・ファイルへのパスは、\fI\-altsignerpath\fRオプションによって定義されます。\fI\-altsigner\fRオプションを使用した場合、\fIjarsigner\fRコマンドでは、指定されたクラスによって提供される署名メカニズムを使用します。それ以外の場合、\fIjarsigner\fRコマンドはデフォルトの署名メカニズムを使用します。 |
23600 | 783 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
784 |
たとえば、\fIcom\&.sun\&.sun\&.jarsigner\&.AuthSigner\fRという名前のクラスが提供する署名メカニズムを使用するには、jarsignerのオプション\fI\-altsigner com\&.sun\&.jarsigner\&.AuthSigner\fRを使用します。 |
23600 | 785 |
.RE |
786 |
.PP |
|
787 |
\-altsignerpath \fIclasspathlist\fR |
|
788 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
789 |
クラス・ファイルおよびそれが依存するJARファイルへのパスを指定します。\fI\-altsigner\fRオプションを使用して、クラス・ファイル名を指定します。クラス・ファイルがJARファイル内にある場合、このオプションでは、そのJARファイルへのパスを指定します。 |
23600 | 790 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
791 |
絶対パスまたは現在のディレクトリへの相対パスを指定できます。\fIclasspathlist\fRに複数のパスやJARファイルが含まれる場合、それらを、Oracle Solarisの場合はコロン(:)で、Windowsの場合はセミコロン(;)で、それぞれ区切ります。目的のクラスがすでに検索パス内にある場合は、このオプションは不要です。 |
23600 | 792 |
.sp |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
793 |
次の例では、クラス・ファイルを含むJARファイルへのパスを指定する方法を示します。JARファイル名を含めます。 |
23600 | 794 |
.sp |
795 |
.if n \{\ |
|
796 |
.RS 4 |
|
797 |
.\} |
|
798 |
.nf |
|
799 |
\-altsignerpath /home/user/lib/authsigner\&.jar |
|
800 |
.fi |
|
801 |
.if n \{\ |
|
802 |
.RE |
|
803 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
804 |
次の例では、クラス・ファイルを含むJARファイルへのパスを指定する方法を示します。JARファイル名を省略します。 |
23600 | 805 |
.sp |
806 |
.if n \{\ |
|
807 |
.RS 4 |
|
808 |
.\} |
|
2692 | 809 |
.nf |
23600 | 810 |
\-altsignerpath /home/user/classes/com/sun/tools/jarsigner/ |
811 |
.fi |
|
812 |
.if n \{\ |
|
813 |
.RE |
|
814 |
.\} |
|
815 |
.RE |
|
816 |
.PP |
|
817 |
\-strict |
|
818 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
819 |
署名または検証処理中に、コマンドにより警告メッセージが発行される場合があります。このオプションを指定すると、コマンドにより検出された重大な警告メッセージがツールの終了コードに反映されます。エラーと警告を参照してください。 |
23600 | 820 |
.RE |
821 |
.PP |
|
822 |
\-verbose \fIsuboptions\fR |
|
823 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
824 |
検証処理の場合、\fI\-verbose\fRオプションには、表示する情報の量を決定するサブオプションを指定します。\fI\-certs\fRオプションも指定した場合、デフォルト・モード(またはサブオプション\fIall\fR)では、エントリが処理されるたびに各エントリが表示され、その後にJARファイルの各署名者の証明書情報も表示されます。\fI\-certs\fRおよび\fI\-verbose:grouped\fRサブオプションを指定した場合、同じ署名者情報を持つエントリが、その証明書情報とともに、グループ化されて表示されます。\fI\-certs\fRおよび\fI\-verbose:summary\fRサブオプションを指定した場合、同じ署名者情報を持つエントリが、その証明書情報とともに、グループ化されて表示されます。各エントリの詳細は、\fI1つのエントリ(以上)\fRにまとめられて表示されます。例を参照してください。 |
23600 | 825 |
.RE |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
826 |
.SH "エラーと警告" |
23600 | 827 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
828 |
署名または検証プロセス中に、\fIjarsigner\fRコマンドで、様々なエラーまたは警告が発行される可能性があります。 |
23600 | 829 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
830 |
障害がある場合、\fIjarsigner\fRコマンドはコード1で終了します。障害はないが、1つ以上の重大な警告がある場合、\fI\-strict\fRオプションが指定されて\fBいない\fR場合は、\fIjarsigner\fRコマンドはコード0で終了し、\fI\-strict\fRが指定されている場合は警告コードのOR値で終了します。情報警告のみがある、または警告がまったくない場合、コマンドは常にコード0で終了します。 |
23600 | 831 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
832 |
たとえば、エントリの署名に使用される証明書が期限切れで、ファイルの署名を許可しないKeyUsage拡張機能を使用している場合、\fI\-strict\fRオプションが指定されていると、\fIjarsigner\fRコマンドはコード12 (=4+8)で終了します。 |
23600 | 833 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
834 |
\fB注意:\fR |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
835 |
UNIXベースのオペレーティング・システムでは0から255までの値のみが有効のため、終了コードは再利用されます。 |
23600 | 836 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
837 |
次のセクションでは、\fIjarsigner\fRコマンドにより発行できるエラーおよび警告の名前、コード、説明を記述します。 |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
838 |
.SS "障害" |
23600 | 839 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
840 |
コマンドライン解析エラー、JARファイルに署名する鍵ペアを検索できない、または署名付きJARファイルの検証失敗など(限定されません)、\fIjarsigner\fRコマンドの失敗理由。 |
23600 | 841 |
.PP |
842 |
failure |
|
843 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
844 |
コード1。署名または検証が失敗します。 |
23600 | 845 |
.RE |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
846 |
.SS "重大な警告" |
23600 | 847 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
848 |
\fB注意:\fR |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
849 |
\fI\-strict\fRオプションを指定した場合、重大な警告はエラーとして報告されます。 |
23600 | 850 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
851 |
JARファイルの署名に使用する証明書にエラーがある、または署名付きJARファイルに他の問題があるなど、\fIjarsigner\fRコマンドが重大な警告を発行する理由。 |
23600 | 852 |
.PP |
853 |
hasExpiredCert |
|
854 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
855 |
コード4。このjarには、署名者証明書が期限切れのエントリが含まれています。 |
23600 | 856 |
.RE |
857 |
.PP |
|
858 |
notYetValidCert |
|
859 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
860 |
コード4。このjarには、署名者証明書がまだ有効になっていないエントリが含まれています。 |
23600 | 861 |
.RE |
862 |
.PP |
|
863 |
chainNotValidated |
|
864 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
865 |
コード4。このjarには、証明書チェーンが正しく検証できないエントリが含まれています。 |
23600 | 866 |
.RE |
867 |
.PP |
|
868 |
badKeyUsage |
|
869 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
870 |
コード8。このJARには、署名者証明書のKeyUsage拡張機能がコード署名を許可しないエントリが含まれています。 |
23600 | 871 |
.RE |
872 |
.PP |
|
873 |
badExtendedKeyUsage |
|
874 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
875 |
コード8。このjarには、署名者証明書のExtendedKeyUsage拡張機能がコード署名を許可しないエントリが含まれています。 |
23600 | 876 |
.RE |
877 |
.PP |
|
878 |
badNetscapeCertType |
|
879 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
880 |
コード8。このjarには、署名者証明書のNetscapeCertType拡張機能がコード署名を許可しないエントリが含まれています。 |
23600 | 881 |
.RE |
882 |
.PP |
|
883 |
hasUnsignedEntry |
|
884 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
885 |
コード16。このjarには、整合性チェックをしていない未署名のエントリが含まれています。 |
23600 | 886 |
.RE |
887 |
.PP |
|
888 |
notSignedByAlias |
|
889 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
890 |
コード32。このjarには、指定された別名によって署名されていない署名済エントリが含まれています。 |
23600 | 891 |
.RE |
892 |
.PP |
|
893 |
aliasNotInStore |
|
894 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
895 |
コード32。このjarには、このキーストア内の別名によって署名されていない署名済エントリが含まれます。 |
23600 | 896 |
.RE |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
897 |
.SS "情報警告" |
23600 | 898 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
899 |
情報警告には、エラーではないが不適切とみなされるものが含まれます。コードはありません。 |
23600 | 900 |
.PP |
901 |
hasExpiringCert |
|
902 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
903 |
このjarには、署名者証明書が6か月以内に期限切れとなるエントリが含まれています。 |
23600 | 904 |
.RE |
905 |
.PP |
|
906 |
noTimestamp |
|
907 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
908 |
このjarには、タイムスタンプを含まない署名が含まれています。タイムスタンプなしでは、署名者証明書の有効期限(\fIYYYY\-MM\-DD\fR)後または将来の取消日後、ユーザーはこのJARファイルを検証できない場合があります。 |
23600 | 909 |
.RE |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
910 |
.SH "例" |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
911 |
.SS "JARファイルの署名" |
23600 | 912 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
913 |
次のコマンドを使用して、キーストア別名が\fIworking\fRディレクトリの\fImystore\fRという名前のキーストアにある\fIjane\fRであるユーザーの秘密鍵でbundle\&.jarに署名し、署名付きJARファイルに\fIsbundle\&.jar\fRという名前を付けます。 |
23600 | 914 |
.sp |
915 |
.if n \{\ |
|
916 |
.RS 4 |
|
917 |
.\} |
|
918 |
.nf |
|
919 |
jarsigner \-keystore /working/mystore |
|
920 |
\-storepass <keystore password> |
|
921 |
\-keypass <private key password> |
|
922 |
\-signedjar sbundle\&.jar bundle\&.jar jane |
|
923 |
.fi |
|
924 |
.if n \{\ |
|
925 |
.RE |
|
926 |
.\} |
|
927 |
.PP |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
928 |
前述のコマンドでは\fI\-sigfile\fRが指定されていないため、署名付きJARファイルに格納される生成された\fI\&.SF\fRファイルおよび\fI\&.DSA\fRファイルの名前は、別名に基づいたデフォルトの名前になります。これらは、名前付きの\fIJANE\&.SF\fRおよび\fIJANE\&.DSA\fRです。 |
23600 | 929 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
930 |
ストアのパスワードおよび秘密鍵のパスワードを求められる場合、前述のコマンドを短縮して、次のことを実行できます。 |
23600 | 931 |
.sp |
932 |
.if n \{\ |
|
933 |
.RS 4 |
|
934 |
.\} |
|
935 |
.nf |
|
936 |
jarsigner \-keystore /working/mystore |
|
937 |
\-signedjar sbundle\&.jar bundle\&.jar jane |
|
938 |
.fi |
|
939 |
.if n \{\ |
|
940 |
.RE |
|
941 |
.\} |
|
942 |
.PP |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
943 |
キーストアがデフォルトのキーストア(ホーム・ディレクトリ内の\&.keystore)である場合、次に示すように、キーストアを指定する必要がありません。 |
23600 | 944 |
.sp |
945 |
.if n \{\ |
|
946 |
.RS 4 |
|
947 |
.\} |
|
948 |
.nf |
|
949 |
jarsigner \-signedjar sbundle\&.jar bundle\&.jar jane |
|
950 |
.fi |
|
951 |
.if n \{\ |
|
952 |
.RE |
|
953 |
.\} |
|
954 |
.PP |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
955 |
入力JARファイル(bundle\&.jar)を署名付きJARファイルで上書きする場合、次のように\fI\-signedjar\fRオプションを指定する必要はありません。 |
23600 | 956 |
.sp |
957 |
.if n \{\ |
|
958 |
.RS 4 |
|
959 |
.\} |
|
960 |
.nf |
|
961 |
jarsigner bundle\&.jar jane |
|
962 |
.fi |
|
963 |
.if n \{\ |
|
964 |
.RE |
|
965 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
966 |
.SS "署名付きJARファイルの検証" |
23600 | 967 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
968 |
署名付きJARファイルを検証して、署名が有効でJARファイルが改ざんされなかったことを確認するには、次のようなコマンドを使用します。 |
23600 | 969 |
.sp |
970 |
.if n \{\ |
|
971 |
.RS 4 |
|
972 |
.\} |
|
973 |
.nf |
|
974 |
jarsigner \-verify sbundle\&.jar |
|
975 |
.fi |
|
976 |
.if n \{\ |
|
977 |
.RE |
|
978 |
.\} |
|
979 |
.PP |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
980 |
検証が成功すると、\fIjar verified\fRが表示されます。そうでない場合は、エラー・メッセージが表示されます。\fI\-verbose\fRオプションを使用すると、詳細情報を取得できます。\fIjarsigner\fRを\fI\-verbose\fRオプションとともに使用するサンプルを、次に示します。 |
23600 | 981 |
.sp |
982 |
.if n \{\ |
|
983 |
.RS 4 |
|
984 |
.\} |
|
985 |
.nf |
|
986 |
jarsigner \-verify \-verbose sbundle\&.jar |
|
987 |
||
988 |
198 Fri Sep 26 16:14:06 PDT 1997 META\-INF/MANIFEST\&.MF |
|
989 |
199 Fri Sep 26 16:22:10 PDT 1997 META\-INF/JANE\&.SF |
|
990 |
1013 Fri Sep 26 16:22:10 PDT 1997 META\-INF/JANE\&.DSA |
|
991 |
smk 2752 Fri Sep 26 16:12:30 PDT 1997 AclEx\&.class |
|
992 |
smk 849 Fri Sep 26 16:12:46 PDT 1997 test\&.class |
|
993 |
||
994 |
s = signature was verified |
|
995 |
m = entry is listed in manifest |
|
996 |
k = at least one certificate was found in keystore |
|
997 |
||
998 |
jar verified\&. |
|
999 |
.fi |
|
1000 |
.if n \{\ |
|
1001 |
.RE |
|
1002 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
1003 |
.SS "証明書情報を使用した検証" |
23600 | 1004 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
1005 |
\fI\-certs\fRオプションを\fI\-verify\fRおよび\fI\-verbose\fRオプションとともに指定した場合、JARファイルの各署名者の証明書情報が出力に含まれます。この情報には、証明書タイプ、署名者の識別名情報(X\&.509証明書の場合)が含まれ、丸カッコ内には、JARファイルの公開鍵証明書がキーストア・エントリの公開鍵証明書に一致する場合の署名者のキーストア別名が含まれます。たとえば、次のようになります。 |
23600 | 1006 |
.sp |
1007 |
.if n \{\ |
|
1008 |
.RS 4 |
|
1009 |
.\} |
|
1010 |
.nf |
|
1011 |
jarsigner \-keystore /working/mystore \-verify \-verbose \-certs myTest\&.jar |
|
1012 |
||
1013 |
198 Fri Sep 26 16:14:06 PDT 1997 META\-INF/MANIFEST\&.MF |
|
1014 |
199 Fri Sep 26 16:22:10 PDT 1997 META\-INF/JANE\&.SF |
|
1015 |
1013 Fri Sep 26 16:22:10 PDT 1997 META\-INF/JANE\&.DSA |
|
1016 |
208 Fri Sep 26 16:23:30 PDT 1997 META\-INF/JAVATEST\&.SF |
|
1017 |
1087 Fri Sep 26 16:23:30 PDT 1997 META\-INF/JAVATEST\&.DSA |
|
1018 |
smk 2752 Fri Sep 26 16:12:30 PDT 1997 Tst\&.class |
|
1019 |
||
1020 |
X\&.509, CN=Test Group, OU=Java Software, O=Oracle, L=CUP, S=CA, C=US (javatest) |
|
1021 |
X\&.509, CN=Jane Smith, OU=Java Software, O=Oracle, L=cup, S=ca, C=us (jane) |
|
1022 |
||
1023 |
s = signature was verified |
|
1024 |
m = entry is listed in manifest |
|
1025 |
k = at least one certificate was found in keystore |
|
1026 |
||
1027 |
jar verified\&. |
|
1028 |
.fi |
|
1029 |
.if n \{\ |
|
1030 |
.RE |
|
1031 |
.\} |
|
1032 |
.PP |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
1033 |
署名者の証明書がX\&.509証明書ではない場合、識別名情報は表示されません。その場合には、証明書のタイプと別名のみが表示されます。たとえば、証明書がPGP証明書で、別名が\fIbob\fRである場合、\fIPGP, (bob)\fRを取得します。 |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
1034 |
.SH "関連項目" |
23600 | 1035 |
.sp |
1036 |
.RS 4 |
|
1037 |
.ie n \{\ |
|
1038 |
\h'-04'\(bu\h'+03'\c |
|
1039 |
.\} |
|
1040 |
.el \{\ |
|
1041 |
.sp -1 |
|
1042 |
.IP \(bu 2.3 |
|
1043 |
.\} |
|
1044 |
jar(1) |
|
1045 |
.RE |
|
1046 |
.sp |
|
1047 |
.RS 4 |
|
1048 |
.ie n \{\ |
|
1049 |
\h'-04'\(bu\h'+03'\c |
|
1050 |
.\} |
|
1051 |
.el \{\ |
|
1052 |
.sp -1 |
|
1053 |
.IP \(bu 2.3 |
|
1054 |
.\} |
|
1055 |
keytool(1) |
|
1056 |
.RE |
|
1057 |
.sp |
|
1058 |
.RS 4 |
|
1059 |
.ie n \{\ |
|
1060 |
\h'-04'\(bu\h'+03'\c |
|
1061 |
.\} |
|
1062 |
.el \{\ |
|
1063 |
.sp -1 |
|
1064 |
.IP \(bu 2.3 |
|
1065 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
1066 |
http://docs\&.oracle\&.com/javase/tutorial/security/index\&.htmlにある |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
1067 |
「コース: Java SEのセキュリティ機能」 |
23600 | 1068 |
.RE |
2692 | 1069 |
.br |
23600 | 1070 |
'pl 8.5i |
1071 |
'bp |