public class JartoolSigner extends java.lang.Object implements Plugin, SignerPlugin
| Constructor and Description |
|---|
JartoolSigner() |
| Modifier and Type | Method and Description |
|---|---|
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> map)
Give the plugin the remaining properties.
|
void |
setReporter(aQute.service.reporter.Reporter processor)
Set the current reporter.
|
void |
sign(Builder builder,
java.lang.String alias)
Sign the current jar.
|
public void setProperties(java.util.Map<java.lang.String,java.lang.String> map)
PluginsetProperties in interface Pluginmap - attributes and directives for this plugin's clausepublic void setReporter(aQute.service.reporter.Reporter processor)
PluginsetReporter in interface Pluginpublic void sign(Builder builder, java.lang.String alias) throws java.lang.Exception
SignerPluginsign in interface SignerPluginbuilder - The current builder that contains the jar to signalias - The keystore certificate aliasjava.lang.Exception - When anything goes wrong