All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aQute.bnd.service.SignerPlugin Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
package aQute.bnd.service;

import aQute.bnd.osgi.Builder;

public interface SignerPlugin {
	/**
	 * Sign the current jar. The alias is the given certificate keystore.
	 * 
	 * @param builder The current builder that contains the jar to sign
	 * @param alias The keystore certificate alias
	 * @throws Exception When anything goes wrong
	 */
	void sign(Builder builder, String alias) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy