FilteredJarSigner
, JarResigner
, RecursiveJarSigner
, RemoteJarSigner
public 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.MojoExecutionException
IOException
Copyright © 2019 Eclipse Foundation. All rights reserved.