Package com.sun.jarsigner
This package comprises the interfaces and classes used to define the signing mechanism used by the jarsigner
tool.
Clients may override the default signing mechanism of the jarsigner
tool by supplying an alternative implementation of ContentSigner
. The classes in this package have been deprecated. New classes should not be added to this package. Use the JarSigner
API to sign JAR files.
Interface | Description |
---|---|
ContentSignerParameters | Deprecated. This class has been deprecated. |
Class | Description |
---|---|
ContentSigner | Deprecated. This class has been deprecated. |
© 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/com/sun/jarsigner/package-summary.html