jarsigner
Sign and verify Java Archive (JAR) files.
- Sign a JAR file:
jarsigner {path/to/file.jar} {keystore_alias}
- Sign a JAR file with a specific algorithm:
jarsigner -sigalg {algorithm} {path/to/file.jar} {keystore_alias}
- Verify the signature of a JAR file:
jarsigner -verify {path/to/file.jar}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).