public class JartoolSigner extends Object implements Plugin, SignerPlugin
Constructor and Description |
---|
JartoolSigner() |
Modifier and Type | Method and Description |
---|---|
void |
setProperties(Map<String,String> map)
Give the plugin the remaining properties.
|
void |
setReporter(Reporter processor)
Set the current reporter.
|
void |
sign(Builder builder,
String alias)
Sign the current jar.
|
public void setProperties(Map<String,String> map)
Plugin
setProperties
in interface Plugin
map
- attributes and directives for this plugin's clausepublic void setReporter(Reporter processor)
Plugin
setReporter
in interface Plugin
public void sign(Builder builder, String alias) throws Exception
SignerPlugin
sign
in interface SignerPlugin
builder
- The current builder that contains the jar to signalias
- The keystore certificate aliasException
- When anything goes wrongCopyright © 2021 aQute SARL. All rights reserved.