Package | Description |
---|---|
org.eclipse.cbi.maven.plugins.jarsigner |
Modifier and Type | Class and Description |
---|---|
class |
FilteredJarSigner |
class |
JarResigner |
class |
RecursiveJarSigner |
class |
RemoteJarSigner |
Modifier and Type | Method and Description |
---|---|
static JarSigner |
JarResigner.create(JarResigner.Strategy strategy,
JarSigner delegate,
org.apache.maven.plugin.logging.Log log) |
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) |
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) |
Copyright © 2022 Eclipse Foundation. All rights reserved.