Uses of Interface
org.eclipse.cbi.maven.plugins.jarsigner.JarSigner
-
Packages that use JarSigner Package Description org.eclipse.cbi.maven.plugins.jarsigner org.eclipse.cbi.maven.plugins.jarsigner.mojo -
-
Uses of JarSigner in org.eclipse.cbi.maven.plugins.jarsigner
Classes in org.eclipse.cbi.maven.plugins.jarsigner that implement JarSigner Modifier and Type Class Description (package private) class
AutoValue_RecursiveJarSigner
(package private) class
AutoValue_RemoteJarSigner
class
FilteredJarSigner
class
JarResigner
private static class
JarResigner.DoNotResign
private static class
JarResigner.OverwriteSignature
private static class
JarResigner.OverwriteSignatureWithSameDigestAlg
private static class
JarResigner.Resign
private static class
JarResigner.ResignWithSameDigestAlg
private static class
JarResigner.ThrowException
class
RecursiveJarSigner
class
RemoteJarSigner
Fields in org.eclipse.cbi.maven.plugins.jarsigner declared as JarSigner Modifier and Type Field Description private JarSigner
AutoValue_RecursiveJarSigner.Builder. delegate
private JarSigner
AutoValue_RecursiveJarSigner. delegate
private JarSigner
JarResigner. delegate
Methods in org.eclipse.cbi.maven.plugins.jarsigner that return JarSigner Modifier and Type Method Description static JarSigner
JarResigner. create(JarResigner.Strategy strategy, JarSigner delegate, org.apache.maven.plugin.logging.Log log)
(package private) JarSigner
AutoValue_RecursiveJarSigner. delegate()
(package private) JarSigner
JarResigner. delegate()
(package private) abstract JarSigner
RecursiveJarSigner. delegate()
static JarSigner
JarResigner. doNotResign(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)
static JarSigner
JarResigner. overwrite(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)
static JarSigner
JarResigner. overwriteWithSameDigestAlgorithm(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)
static JarSigner
JarResigner. resign(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)
static JarSigner
JarResigner. resignWithSameDigestAlgorithm(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)
static JarSigner
JarResigner. throwException(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)
Methods in org.eclipse.cbi.maven.plugins.jarsigner with parameters of type JarSigner Modifier and Type Method Description static JarSigner
JarResigner. create(JarResigner.Strategy strategy, JarSigner delegate, org.apache.maven.plugin.logging.Log log)
RecursiveJarSigner.Builder
AutoValue_RecursiveJarSigner.Builder. delegate(JarSigner delegate)
abstract RecursiveJarSigner.Builder
RecursiveJarSigner.Builder. delegate(JarSigner jarSigner)
static JarSigner
JarResigner. doNotResign(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)
static JarSigner
JarResigner. overwrite(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)
static JarSigner
JarResigner. overwriteWithSameDigestAlgorithm(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)
static JarSigner
JarResigner. resign(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)
static JarSigner
JarResigner. resignWithSameDigestAlgorithm(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)
static JarSigner
JarResigner. throwException(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)
Constructors in org.eclipse.cbi.maven.plugins.jarsigner with parameters of type JarSigner Constructor Description AutoValue_RecursiveJarSigner(FilteredJarSigner.Filter filter, JarSigner delegate, int maxDepth, org.apache.maven.plugin.logging.Log log)
DoNotResign(JarSigner delegate, org.apache.maven.plugin.logging.Log log)
JarResigner(JarSigner delegate, org.apache.maven.plugin.logging.Log log)
OverwriteSignature(JarSigner delegate, org.apache.maven.plugin.logging.Log log)
OverwriteSignatureWithSameDigestAlg(JarSigner delegate, org.apache.maven.plugin.logging.Log log)
Resign(JarSigner delegate, org.apache.maven.plugin.logging.Log log)
ResignWithSameDigestAlg(JarSigner delegate, org.apache.maven.plugin.logging.Log log)
ThrowException(JarSigner delegate, org.apache.maven.plugin.logging.Log log)
-
Uses of JarSigner in org.eclipse.cbi.maven.plugins.jarsigner.mojo
Methods in org.eclipse.cbi.maven.plugins.jarsigner.mojo that return JarSigner Modifier and Type Method Description private JarSigner
SignMojo. createJarSigner()
Creates and returns theJarSigner
according to the injected Mojo parameter.Methods in org.eclipse.cbi.maven.plugins.jarsigner.mojo with parameters of type JarSigner Modifier and Type Method Description private void
SignMojo. signArtifact(JarSigner jarSigner, org.apache.maven.artifact.Artifact artifact)
-