FilteredJarSigner, JarResigner, RecursiveJarSigner, RemoteJarSignerpublic interface JarSigner
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
JarSigner.Options |
| Modifier and Type | Method | Description |
|---|---|---|
int |
sign(Path jarfile,
JarSigner.Options options) |
Sign the given Jar file.
|
int sign(Path jarfile, JarSigner.Options options) throws IOException
jarfile - the file to sign.org.apache.maven.plugin.MojoExecutionExceptionIOExceptionCopyright © 2019 Eclipse Foundation. All rights reserved.