public abstract class FilteredJarSigner extends Object implements JarSigner
| Modifier and Type | Class and Description |
|---|---|
static interface |
FilteredJarSigner.Filter |
static class |
FilteredJarSigner.Filters |
JarSigner.Options| Constructor and Description |
|---|
FilteredJarSigner() |
| Modifier and Type | Method and Description |
|---|---|
int |
sign(Path jar,
JarSigner.Options options)
Sign the given Jar file.
|
public final int sign(Path jar, JarSigner.Options options) throws IOException
JarSignersign in interface JarSignerjar - the file to sign.IOExceptionCopyright © 2023 Eclipse Foundation. All rights reserved.