Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
jdk.jartool/sun.security.tools.jarsigner.Main - "jarsigner" Command
How to run "jarsigner" command from JDK lib\modules JImage file?
✍: FYIcenter
"jarsigner" command allows you to digitally sign JAR (Java ARchive) files or verify digital signatures provided in JAR files.
"jarsigner" command is supported by the jmods\jdk.jartool.jmod module file, which is also linked into the lib\modules JImage file.
You can run the "jarsigner" command using the lib\modules JImage file as described below:
fyicenter> %JDK_HOME%\bin\java --module jdk.jartool/sun.security.tools.jarsigner.Main Usage: jarsigner [options] jar-file alias jarsigner -verify [options] jar-file [alias...] [-keystore <url>] keystore location [-storepass <password>] password for keystore integrity [-storetype <type>] keystore type [-keypass <password>] password for private key (if different) [-certchain <file>] name of alternative certchain file [-sigfile <file>] name of .SF/.DSA file [-signedjar <file>] name of signed JAR file [-digestalg <algorithm>] name of digest algorithm [-sigalg <algorithm>] name of signature algorithm [-verify] verify a signed JAR file [-verbose[:suboptions]] verbose output when signing/verifying. suboptions can be all, grouped or summary [-certs] display certificates when verbose and verifying [-tsa <url>] location of the Timestamping Authority [-tsacert <alias>] public key certificate for Timestamping Authority [-tsapolicyid <oid>] TSAPolicyID for Timestamping Authority [-tsadigestalg <algorithm>] algorithm of digest data in timestamping request [-altsigner <class>] class name of an alternative signing mechanism (This option has been deprecated.) [-altsignerpath <pathlist>] location of an alternative signing mechanism (This option has been deprecated.) [-internalsf] include the .SF file inside the signature block [-sectionsonly] don't compute hash of entire manifest [-protected] keystore has protected authentication path [-providerName <name>] provider name [-addprovider <name> add security provider by name (e.g. SunPKCS11) [-providerArg <arg>]] ... configure argument for -addprovider [-providerClass <class> add security provider by fully-qualified class name [-providerArg <arg>]] ... configure argument for -providerClass [-strict] treat warnings as errors [-conf <url>] specify a pre-configured options file
⇒ jdk.jartool/sun.tools.jar.Main - "jar" Command
⇐ jdk.internal.le/jdk.internal.jline.console.internal.ConsoleRunner - Console Runner
2020-02-07, 1493🔥, 0💬
Popular Posts:
HttpComponents Client Source Code Files are provided in the source package file, httpcomponents-clie...
JDK 11 java.rmi.jmod is the JMOD file for JDK 11 RMI (Remote Method Invocation) module. JDK 11 RMI m...
JLayer is a library that decodes/plays/converts MPEG 1/2/2.5 Layer 1/2/3 (i.e. MP3) in real time for...
jlGui is a music player for the Java platform. It is based on Java Sound 1.0 (i.e. JDK 1.3+). It sup...
What Is junit-3.8.1.jar? junit-3.8.1.jar is the version 3.8.1 of JUnit JAR library file. JUnit is a ...