aQute.bnd.service
Interface SignerPlugin

All Known Implementing Classes:
JartoolSigner

public interface SignerPlugin


Method Summary
 void sign(Builder builder, String alias)
          Sign the current jar.
 

Method Detail

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


Copyright © 2012 aQute SARL. All Rights Reserved.