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 23 & JDK 23
DRAFT 23-ea+15-Ubuntu-1build1
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.
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.