< prev index next >

src/linux/doc/man/ja/keytool.1

Print this page
rev 1493 : 7182226: NLS: jdk7u6 message drop20 integration
Reviewed-by: yhuang


   3 ." Copyright 2000-2006 Sun Microsystems, Inc.  All Rights Reserved.
   4 ." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 ."
   6 ." This code is free software; you can redistribute it and/or modify it
   7 ." under the terms of the GNU General Public License version 2 only, as
   8 ." published by the Free Software Foundation.
   9 ."
  10 ." This code is distributed in the hope that it will be useful, but WITHOUT
  11 ." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12 ." FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13 ." version 2 for more details (a copy is included in the LICENSE file that
  14 ." accompanied this code).
  15 ."
  16 ." You should have received a copy of the GNU General Public License version
  17 ." 2 along with this work; if not, write to the Free Software Foundation,
  18 ." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 ."
  20 ." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 ." or visit www.oracle.com if you need additional information or have any
  22 ." questions.
  23 ."
  24 ." `
  25 .TH keytool 1 "2006 年 9 月 4 日" "Java SE 6" "ユーザーコマンド"
  26 ." Generated by html2man
  27 
  28 .LP
  29 .SH 名前
  30 keytool \- 鍵と証明書の管理ツール
  31 .LP
  32 .RS 3
  33 
  34 .LP
  35 暗号化鍵、X.509 証明連鎖、および信頼できる証明書を含むキーストア (データベース) を管理します。
  36 .RE
  37 .SH "形式"
  38 .LP
  39 
  40 .LP
  41 .nf
  42 \f3
  43 .fl
  44 \fP\f3keytool\fP [ commands ]
  45 .fl


 170 
 171 .fl
 172 \-storetype セキュリティプロパティファイルの「keystore.type」プロパティの値で、 java.security.KeyStore の静的な getDefaultType メソッドから返される
 173 .fl
 174 
 175 .fl
 176 \-file 読み込みの場合は標準入力、書き込みの場合は標準出力
 177 .fl
 178 
 179 .fl
 180 \-protected false
 181 .fl
 182 
 183 .fl
 184 \fP
 185 .fi
 186 
 187 .LP
 188 非公開/秘密鍵ペアの生成において、署名アルゴリズム (\f2\-sigalg\fP オプション) は、基になる非公開鍵のアルゴリズムから派生します。基になる非公開鍵が DSA タイプである場合、\f2\-sigalg\fP オプションの既定値は SHA1withDSA になり、基になる非公開鍵が RSA タイプである場合は、\f2\-sigalg\fP オプションの既定値は MD5withRSA になります。選択可能な \f2\-keyalg\fP および \f2\-sigalg\fP の完全な一覧については、
 189 .fi
 190 http://java.sun.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA
 191 の
 192 .na
 193 「\f2Java Cryptography Architecture API Specification & Reference\fP」を参照してください。
 194 .RE
 195 .SS 
 196 一般オプション
 197 .LP
 198 .RS 3
 199 
 200 .LP
 201 \f2\-v\fP オプションは、\f2\-help\fP コマンドを除くすべてのコマンドで使用できます。このオプションを指定した場合、コマンドは「冗長」モードで実行され、詳細な情報が出力されます。
 202 .LP
 203 また、\f2\-J\fP\f2javaoption\fP オプションも、任意のコマンドで使用できます。このオプションを指定した場合、指定された \f2javaoption\fP 文字列が Java インタプリタに直接渡されます。
 204 このオプションには、空白を含めることはできません。このオプションは、実行環境またはメモリ使用を調整する場合に便利です。指定できるインタプリタオプションを一覧表示するには、コマンド行で \f2java \-h\fP または \f2java \-X\fP と入力してください。
 205 .LP
 206 .LP
 207 次のオプションは、キーストアに対する操作を行うすべてのコマンドで指定できます。
 208 .LP
 209 .RS 3
 210 .TP 3


1658 .RS 3
1659 .TP 2
1660 o
1661 \f2\-export\fP の名前が \f2\-exportcert\fP に変更 
1662 .TP 2
1663 o
1664 \f2\-genkey\fP の名前が \f2\-genkeypair\fP に変更 
1665 .TP 2
1666 o
1667 \f2\-import\fP の名前が \f2\-importcert\fP に変更 
1668 .RE
1669 
1670 .LP
1671 .LP
1672 廃止されてドキュメントに記載されなくなったコマンド:
1673 .LP
1674 .RS 3
1675 .TP 2
1676 o
1677 .fi
1678 http://java.sun.com/j2se/1.5.0/ja/docs/ja/tooldocs/solaris/keytool.html#keycloneCmd
1679 の
1680 .na
1681 \f2\-keyclone\fP
1682 .TP 2
1683 o
1684 .fi
1685 http://java.sun.com/j2se/1.5.0/ja/docs/ja/tooldocs/solaris/keytool.html#identitydbCmd
1686 の
1687 .na
1688 \f2\-identitydb\fP
1689 .TP 2
1690 o
1691 .fi
1692 http://java.sun.com/j2se/1.5.0/ja/docs/ja/tooldocs/solaris/keytool.html#selfcertCmd
1693 の
1694 .na
1695 \f2\-selfcert\fP
1696 .RE
1697 
1698 .LP
1699 
1700 .LP
1701  


   3 ." Copyright 2000-2006 Sun Microsystems, Inc.  All Rights Reserved.
   4 ." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 ."
   6 ." This code is free software; you can redistribute it and/or modify it
   7 ." under the terms of the GNU General Public License version 2 only, as
   8 ." published by the Free Software Foundation.
   9 ."
  10 ." This code is distributed in the hope that it will be useful, but WITHOUT
  11 ." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12 ." FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13 ." version 2 for more details (a copy is included in the LICENSE file that
  14 ." accompanied this code).
  15 ."
  16 ." You should have received a copy of the GNU General Public License version
  17 ." 2 along with this work; if not, write to the Free Software Foundation,
  18 ." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 ."
  20 ." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 ." or visit www.oracle.com if you need additional information or have any
  22 ." questions.

  23 ." ` 
  24 .TH keytool 1 "05 Jul 2012"
  25 ." Generated by html2man
  26 
  27 .LP
  28 .SH 名前
  29 keytool \- 鍵と証明書の管理ツール
  30 .LP
  31 .RS 3
  32 
  33 .LP
  34 暗号化鍵、X.509 証明連鎖、および信頼できる証明書を含むキーストア (データベース) を管理します。
  35 .RE
  36 .SH "形式"
  37 .LP
  38 
  39 .LP
  40 .nf
  41 \f3
  42 .fl
  43 \fP\f3keytool\fP [ commands ]
  44 .fl


 169 
 170 .fl
 171 \-storetype セキュリティプロパティファイルの「keystore.type」プロパティの値で、 java.security.KeyStore の静的な getDefaultType メソッドから返される
 172 .fl
 173 
 174 .fl
 175 \-file 読み込みの場合は標準入力、書き込みの場合は標準出力
 176 .fl
 177 
 178 .fl
 179 \-protected false
 180 .fl
 181 
 182 .fl
 183 \fP
 184 .fi
 185 
 186 .LP
 187 非公開/秘密鍵ペアの生成において、署名アルゴリズム (\f2\-sigalg\fP オプション) は、基になる非公開鍵のアルゴリズムから派生します。基になる非公開鍵が DSA タイプである場合、\f2\-sigalg\fP オプションの既定値は SHA1withDSA になり、基になる非公開鍵が RSA タイプである場合は、\f2\-sigalg\fP オプションの既定値は MD5withRSA になります。選択可能な \f2\-keyalg\fP および \f2\-sigalg\fP の完全な一覧については、
 188 .fi
 189 http://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA
 190 の
 191 .na
 192 「\f2Java Cryptography Architecture API Specification & Reference\fP」を参照してください。
 193 .RE
 194 .SS 
 195 一般オプション
 196 .LP
 197 .RS 3
 198 
 199 .LP
 200 \f2\-v\fP オプションは、\f2\-help\fP コマンドを除くすべてのコマンドで使用できます。このオプションを指定した場合、コマンドは「冗長」モードで実行され、詳細な情報が出力されます。
 201 .LP
 202 また、\f2\-J\fP\f2javaoption\fP オプションも、任意のコマンドで使用できます。このオプションを指定した場合、指定された \f2javaoption\fP 文字列が Java インタプリタに直接渡されます。
 203 このオプションには、空白を含めることはできません。このオプションは、実行環境またはメモリ使用を調整する場合に便利です。指定できるインタプリタオプションを一覧表示するには、コマンド行で \f2java \-h\fP または \f2java \-X\fP と入力してください。
 204 .LP
 205 .LP
 206 次のオプションは、キーストアに対する操作を行うすべてのコマンドで指定できます。
 207 .LP
 208 .RS 3
 209 .TP 3


1657 .RS 3
1658 .TP 2
1659 o
1660 \f2\-export\fP の名前が \f2\-exportcert\fP に変更 
1661 .TP 2
1662 o
1663 \f2\-genkey\fP の名前が \f2\-genkeypair\fP に変更 
1664 .TP 2
1665 o
1666 \f2\-import\fP の名前が \f2\-importcert\fP に変更 
1667 .RE
1668 
1669 .LP
1670 .LP
1671 廃止されてドキュメントに記載されなくなったコマンド:
1672 .LP
1673 .RS 3
1674 .TP 2
1675 o
1676 .fi
1677 http://docs.oracle.com/javase/1.5.0/docs/tooldocs/windows/keytool.html#keycloneCmd 
1678 の
1679 .na
1680 \f2\-keyclone\fP
1681 .TP 2
1682 o
1683 .fi
1684 http://docs.oracle.com/javase/1.5.0/docs/tooldocs/windows/keytool.html#identitydbCmd 
1685 の
1686 .na
1687 \f2\-identitydb\fP
1688 .TP 2
1689 o
1690 .fi
1691 http://docs.oracle.com/javase/1.5.0/docs/tooldocs/windows/keytool.html#selfcertCmd 
1692 の
1693 .na
1694 \f2\-selfcert\fP
1695 .RE
1696 
1697 .LP
1698 
1699 .LP
1700  
< prev index next >