JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Package
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 24 & JDK 24
DRAFT 24-crac+20-25
jdk.jartool
jdk.security.jarsigner
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Classes and Interfaces
Package jdk.security.jarsigner
package
jdk.security.jarsigner
This package defines APIs for signing jar files.
Since:
9
All Classes and Interfaces
Classes
Exception Classes
Class
Description
JarSigner
An immutable utility class to sign a jar file.
JarSigner.Builder
A mutable builder class that can create an immutable
JarSigner
from various signing-related parameters.
JarSignerException
This exception is thrown when
JarSigner.sign(java.util.zip.ZipFile, java.io.OutputStream)
fails.