< prev index next >

src/jdk.jartool/share/man/jarsigner.1

Print this page




   5 .\" This code is free software; you can redistribute it and/or modify it
   6 .\" under the terms of the GNU General Public License version 2 only, as
   7 .\" published by the Free Software Foundation.
   8 .\"
   9 .\" This code is distributed in the hope that it will be useful, but WITHOUT
  10 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 .\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 .\" version 2 for more details (a copy is included in the LICENSE file that
  13 .\" accompanied this code).
  14 .\"
  15 .\" You should have received a copy of the GNU General Public License version
  16 .\" 2 along with this work; if not, write to the Free Software Foundation,
  17 .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 .\"
  19 .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 .\" or visit www.oracle.com if you need additional information or have any
  21 .\" questions.
  22 .\"
  23 .\" Automatically generated by Pandoc 2.3.1
  24 .\"
  25 .TH "JARSIGNER" "1" "2019" "JDK 13" "JDK Commands"
  26 .hy
  27 .SH NAME
  28 .PP
  29 jarsigner \- sign and verify Java Archive (JAR) files
  30 .SH SYNOPSIS
  31 .PP
  32 \f[CB]jarsigner\f[R] [\f[I]options\f[R]] \f[I]jar\-file\f[R] \f[I]alias\f[R]
  33 .PP
  34 \f[CB]jarsigner\f[R] \f[CB]\-verify\f[R] [\f[I]options\f[R]]
  35 \f[I]jar\-file\f[R] [\f[I]alias\f[R] ...]
  36 .TP
  37 .B \f[I]options\f[R]
  38 The command\-line options.
  39 See \f[B]Options for jarsigner\f[R].
  40 .RS
  41 .RE
  42 .TP
  43 .B \f[CB]\-verify\f[R]
  44 The \f[CB]\-verify\f[R] option can take zero or more keystore alias names
  45 after the JAR file name.


 292 .PP
 293 .TS
 294 tab(@);
 295 l l l.
 296 T{
 297 keyalg
 298 T}@T{
 299 keysize
 300 T}@T{
 301 default sigalg
 302 T}
 303 _
 304 T{
 305 DSA
 306 T}@T{
 307 any size
 308 T}@T{
 309 SHA256withDSA
 310 T}
 311 T{
 312 RSA \ \ \ 
 313 T}@T{
 314 <= 3072
 315 T}@T{
 316 SHA256withRSA
 317 T}
 318 T{
 319 T}@T{
 320 <= 7680
 321 T}@T{
 322 SHA384withRSA
 323 T}
 324 T{
 325 T}@T{
 326 > 7680
 327 T}@T{
 328 SHA512withRSA
 329 T}
 330 T{
 331 EC
 332 T}@T{




   5 .\" This code is free software; you can redistribute it and/or modify it
   6 .\" under the terms of the GNU General Public License version 2 only, as
   7 .\" published by the Free Software Foundation.
   8 .\"
   9 .\" This code is distributed in the hope that it will be useful, but WITHOUT
  10 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  12 .\" version 2 for more details (a copy is included in the LICENSE file that
  13 .\" accompanied this code).
  14 .\"
  15 .\" You should have received a copy of the GNU General Public License version
  16 .\" 2 along with this work; if not, write to the Free Software Foundation,
  17 .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 .\"
  19 .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 .\" or visit www.oracle.com if you need additional information or have any
  21 .\" questions.
  22 .\"
  23 .\" Automatically generated by Pandoc 2.3.1
  24 .\"
  25 .TH "JARSIGNER" "1" "2020" "JDK 14" "JDK Commands"
  26 .hy
  27 .SH NAME
  28 .PP
  29 jarsigner \- sign and verify Java Archive (JAR) files
  30 .SH SYNOPSIS
  31 .PP
  32 \f[CB]jarsigner\f[R] [\f[I]options\f[R]] \f[I]jar\-file\f[R] \f[I]alias\f[R]
  33 .PP
  34 \f[CB]jarsigner\f[R] \f[CB]\-verify\f[R] [\f[I]options\f[R]]
  35 \f[I]jar\-file\f[R] [\f[I]alias\f[R] ...]
  36 .TP
  37 .B \f[I]options\f[R]
  38 The command\-line options.
  39 See \f[B]Options for jarsigner\f[R].
  40 .RS
  41 .RE
  42 .TP
  43 .B \f[CB]\-verify\f[R]
  44 The \f[CB]\-verify\f[R] option can take zero or more keystore alias names
  45 after the JAR file name.


 292 .PP
 293 .TS
 294 tab(@);
 295 l l l.
 296 T{
 297 keyalg
 298 T}@T{
 299 keysize
 300 T}@T{
 301 default sigalg
 302 T}
 303 _
 304 T{
 305 DSA
 306 T}@T{
 307 any size
 308 T}@T{
 309 SHA256withDSA
 310 T}
 311 T{
 312 RSA
 313 T}@T{
 314 <= 3072
 315 T}@T{
 316 SHA256withRSA
 317 T}
 318 T{
 319 T}@T{
 320 <= 7680
 321 T}@T{
 322 SHA384withRSA
 323 T}
 324 T{
 325 T}@T{
 326 > 7680
 327 T}@T{
 328 SHA512withRSA
 329 T}
 330 T{
 331 EC
 332 T}@T{


< prev index next >