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 26 & JDK 26
DRAFT 26-internal-albatem.open
jdk.jartool
jdk.security.jarsigner
Select Theme
Light
Dark
System Setting
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.