Interface SignerPlugin

  • All Known Implementing Classes:
    JartoolSigner

    public interface SignerPlugin
    • 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