Package jdk.security.jarsigner

This package defines APIs for signing jar files.

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.

Exception Description
JarSignerException

This exception is thrown when JarSigner.sign(java.util.zip.ZipFile, java.io.OutputStream) fails.

© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.jartool/jdk/security/jarsigner/package-summary.html