Uses of Class
org.eclipse.cbi.maven.plugins.jarsigner.JarSigner.Options
Packages that use JarSigner.Options
-
Uses of JarSigner.Options in org.eclipse.cbi.maven.plugins.jarsigner
Subclasses of JarSigner.Options in org.eclipse.cbi.maven.plugins.jarsignerFields in org.eclipse.cbi.maven.plugins.jarsigner declared as JarSigner.OptionsModifier and TypeFieldDescriptionprivate final JarSigner.Options
RecursiveJarSigner.NestedJarSigner.options
Methods in org.eclipse.cbi.maven.plugins.jarsigner that return JarSigner.OptionsModifier and TypeMethodDescriptionAutoValue_JarSigner_Options.Builder.build()
abstract JarSigner.Options
JarSigner.Options.Builder.build()
Methods in org.eclipse.cbi.maven.plugins.jarsigner with parameters of type JarSigner.OptionsModifier and TypeMethodDescriptionstatic JarSigner.Options.Builder
JarSigner.Options.copy
(JarSigner.Options option) (package private) abstract int
FilteredJarSigner.doSignJar
(Path jarfile, JarSigner.Options options) (package private) int
RecursiveJarSigner.doSignJar
(Path jar, JarSigner.Options options) int
RemoteJarSigner.doSignJar
(Path jar, JarSigner.Options options) private int
RecursiveJarSigner.doSignJarRecursively
(Path file, JarSigner.Options options, int currentDepth) Sign this Jar and its nested Jar.int
JarResigner.DoNotResign.resign
(Path jar, JarSigner.Options options) protected int
JarResigner.OverwriteSignature.resign
(Path jar, JarSigner.Options options) protected int
JarResigner.OverwriteSignatureWithSameDigestAlg.resign
(Path jar, JarSigner.Options options) (package private) abstract int
JarResigner.resign
(Path jar, JarSigner.Options options) protected int
JarResigner.Resign.resign
(Path jar, JarSigner.Options options) protected int
JarResigner.ResignWithSameDigestAlg.resign
(Path jar, JarSigner.Options options) int
JarResigner.ThrowException.resign
(Path jar, JarSigner.Options options) final int
FilteredJarSigner.sign
(Path jar, JarSigner.Options options) int
JarResigner.sign
(Path jar, JarSigner.Options options) int
JarSigner.sign
(Path jarfile, JarSigner.Options options) Sign the given Jar file.private int
RecursiveJarSigner.signNestedJars
(Path file, JarSigner.Options options, int currentDepth) Signs the inner jars in the given jar fileConstructors in org.eclipse.cbi.maven.plugins.jarsigner with parameters of type JarSigner.OptionsModifierConstructorDescription(package private)
NestedJarSigner
(int currentDepth, JarSigner.Options options)