public abstract class FilteredJarSigner extends java.lang.Object implements JarSigner
| Modifier and Type | Class and Description |
|---|---|
static interface |
FilteredJarSigner.Filter |
static class |
FilteredJarSigner.Filters |
JarSigner.Options| Constructor and Description |
|---|
FilteredJarSigner() |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract int |
doSignJar(java.nio.file.Path jarfile,
JarSigner.Options options) |
(package private) abstract FilteredJarSigner.Filter |
filter() |
int |
sign(java.nio.file.Path jar,
JarSigner.Options options)
Sign the given Jar file.
|
abstract FilteredJarSigner.Filter filter()
public final int sign(java.nio.file.Path jar,
JarSigner.Options options)
throws java.io.IOException
JarSignerabstract int doSignJar(java.nio.file.Path jarfile,
JarSigner.Options options)
throws java.io.IOException
java.io.IOException