Package aQute.bnd.service
Interface SignerPlugin
-
- All Known Implementing Classes:
JartoolSigner
public interface SignerPlugin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsign(Builder builder, java.lang.String alias)Sign the current jar.
-
-
-
Method Detail
-
sign
void sign(Builder builder, java.lang.String alias) throws java.lang.Exception
Sign the current jar. The alias is the given certificate keystore.- Parameters:
builder- The current builder that contains the jar to signalias- The keystore certificate alias- Throws:
java.lang.Exception- When anything goes wrong
-
-