public interface JarSigner
Modifier and Type | Interface and Description |
---|---|
static class |
JarSigner.Options |
Modifier and Type | Method and Description |
---|---|
int |
sign(java.nio.file.Path jarfile,
JarSigner.Options options)
Sign the given Jar file.
|
int sign(java.nio.file.Path jarfile, JarSigner.Options options) throws java.io.IOException
jarfile
- the file to sign.org.apache.maven.plugin.MojoExecutionException
java.io.IOException