public interface JarSigner
| Modifier and Type | Interface and Description |
|---|---|
static class |
JarSigner.Options |
| Modifier and Type | Method and 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 © 2023 Eclipse Foundation. All rights reserved.