jdk.jartool (Java SE 11 & JDK 11 ) (original) (raw)
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 callingToolProvider.findFirst or the service loader with the name"jar"
.
Tool Guides:
Module Graph:
Since:
9
Packages
Exports
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.
Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2025, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.