JarSignerRecursiveJarSigner, RemoteJarSignerpublic abstract class FilteredJarSigner extends Object implements JarSigner
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
FilteredJarSigner.Filter |
|
static class |
FilteredJarSigner.Filters |
JarSigner.Options| Constructor | Description |
|---|---|
FilteredJarSigner() |
| Modifier and Type | Method | 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 © 2019 Eclipse Foundation. All rights reserved.