Interface SignerPlugin

All Known Implementing Classes:
JartoolSigner

public interface SignerPlugin
  • Method Summary

    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