Package | Description |
---|---|
org.eclipse.cbi.maven.plugins.jarsigner | |
org.eclipse.cbi.maven.plugins.jarsigner.mojo |
Modifier and Type | Class and 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 |
Modifier and Type | Field and Description |
---|---|
private JarSigner |
AutoValue_RecursiveJarSigner.delegate |
private JarSigner |
AutoValue_RecursiveJarSigner.Builder.delegate |
private JarSigner |
JarResigner.delegate |
Modifier and Type | Method and 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) abstract JarSigner |
RecursiveJarSigner.delegate() |
(package private) JarSigner |
JarResigner.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) |
Modifier and Type | Method and 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) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
private JarSigner |
SignMojo.createJarSigner()
Creates and returns the
JarSigner according to the injected Mojo
parameter. |
Modifier and Type | Method and Description |
---|---|
private void |
SignMojo.signArtifact(JarSigner jarSigner,
org.apache.maven.artifact.Artifact artifact) |