JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
aQute.bnd.service
SignerPlugin
Contents
Description
Method Summary
Method Details
sign(Builder, String)
Hide sidebar
Show sidebar
Interface SignerPlugin
All Known Implementing Classes:
JartoolSigner
public interface
SignerPlugin
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
sign
(
Builder
builder,
String
alias)
Sign the current jar.
Method Details
sign
void
sign
(
Builder
builder,
String
alias)
throws
Exception
Sign the current jar. The alias is the given certificate keystore.
Parameters:
builder
- The current builder that contains the jar to sign
alias
- The keystore certificate alias
Throws:
Exception
- When anything goes wrong