Module jdk.jartool

Defines tools for manipulating Java Archive (JAR) files, including the jar and jarsigner tools. This module also defines APIs for signing JAR files.

This module provides the equivalent of command-line access to jar via the ToolProvider SPI. Instances of the tool can be obtained by calling ToolProvider.findFirst or the service loader with the name "jar".

Tool Guides:
jar, jarsigner
Module Graph:
Module graph for jdk.jartoolModule graph for jdk.jartool
Since:
9

Packages

Package Description
com.sun.jarsigner

This package comprises the interfaces and classes used to define the signing mechanism used by the jarsigner tool.

jdk.security.jarsigner

This package defines APIs for signing jar files.

© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.jartool/module-summary.html