static JarSigner.Options.Builder |
JarSigner.Options.copy(JarSigner.Options option) |
int |
RemoteJarSigner.doSignJar(java.nio.file.Path jar,
JarSigner.Options options) |
(package private) int |
RecursiveJarSigner.doSignJar(java.nio.file.Path jar,
JarSigner.Options options) |
(package private) abstract int |
FilteredJarSigner.doSignJar(java.nio.file.Path jarfile,
JarSigner.Options options) |
private int |
RecursiveJarSigner.doSignJarRecursively(java.nio.file.Path file,
JarSigner.Options options,
int currentDepth)
Sign this Jar and its nested Jar.
|
(package private) abstract int |
JarResigner.resign(java.nio.file.Path jar,
JarSigner.Options options) |
int |
JarResigner.DoNotResign.resign(java.nio.file.Path jar,
JarSigner.Options options) |
int |
JarResigner.ThrowException.resign(java.nio.file.Path jar,
JarSigner.Options options) |
protected int |
JarResigner.Resign.resign(java.nio.file.Path jar,
JarSigner.Options options) |
protected int |
JarResigner.OverwriteSignature.resign(java.nio.file.Path jar,
JarSigner.Options options) |
protected int |
JarResigner.ResignWithSameDigestAlg.resign(java.nio.file.Path jar,
JarSigner.Options options) |
protected int |
JarResigner.OverwriteSignatureWithSameDigestAlg.resign(java.nio.file.Path jar,
JarSigner.Options options) |
int |
JarSigner.sign(java.nio.file.Path jarfile,
JarSigner.Options options)
Sign the given Jar file.
|
int |
JarResigner.sign(java.nio.file.Path jar,
JarSigner.Options options) |
int |
FilteredJarSigner.sign(java.nio.file.Path jar,
JarSigner.Options options) |
private int |
RecursiveJarSigner.signNestedJars(java.nio.file.Path file,
JarSigner.Options options,
int currentDepth)
Signs the inner jars in the given jar file
|