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.MojoExecutionException
IOException
Copyright © 2019 Eclipse Foundation. All rights reserved.