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 25 & JDK 25
DRAFT 25-ea+32
jdk.jartool
jdk.security.jarsigner
Contents
Description
Classes and Interfaces
Hide sidebar
Show sidebar
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(ZipFile, OutputStream)
fails.