A Swiss Army Knife for OSGi

aQute.bnd.service
Interface SignerPlugin


public interface SignerPlugin


Method Summary
 void sign(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 sign
alias - The keystore certificate alias
Throws:
java.lang.Exception - When anything goes wrong

Licensed under Apache Software License 2.0

Copyright å© aQute SARL (2000, 2011). All Rights Reserved.