Forrest logo
back to context overview

jarsigner

List of commands for jarsigner:

  • jarsigner:tldr:0f122 jarsigner: Verify the signature of a JAR file.
    $ jarsigner -verify ${filename-jar}
    try on your machine
    explain this command
  • jarsigner:tldr:407e7 jarsigner: Sign a JAR file with a specific algorithm.
    $ jarsigner -sigalg ${algorithm} ${filename-jar} ${keystore_alias}
    try on your machine
    explain this command
  • jarsigner:tldr:daf4c jarsigner: Sign a JAR file.
    $ jarsigner ${filename-jar} ${keystore_alias}
    try on your machine
    explain this command
back to context overview