Class JartoolSigner

    • Constructor Summary

      Constructors 
      Constructor Description
      JartoolSigner()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setProperties​(java.util.Map<java.lang.String,​java.lang.String> map)
      Give the plugin the remaining properties.
      void setRegistry​(Registry registry)  
      void setReporter​(aQute.service.reporter.Reporter processor)
      Set the current reporter.
      void sign​(Builder builder, java.lang.String alias)
      Sign the current jar.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JartoolSigner

        public JartoolSigner()
    • Method Detail

      • setProperties

        public void setProperties​(java.util.Map<java.lang.String,​java.lang.String> map)
        Description copied from interface: Plugin
        Give the plugin the remaining properties. When a plugin is declared, the clause can contain extra properties. All the properties and directives are given to the plugin to use.
        Specified by:
        setProperties in interface Plugin
        Parameters:
        map - attributes and directives for this plugin's clause
      • setReporter

        public void setReporter​(aQute.service.reporter.Reporter processor)
        Description copied from interface: Plugin
        Set the current reporter. This is called at init time. This plugin should report all errors and warnings to this reporter.
        Specified by:
        setReporter in interface Plugin
      • sign

        public void sign​(Builder builder,
                         java.lang.String alias)
                  throws java.lang.Exception
        Description copied from interface: SignerPlugin
        Sign the current jar. The alias is the given certificate keystore.
        Specified by:
        sign in interface SignerPlugin
        Parameters:
        builder - The current builder that contains the jar to sign
        alias - The keystore certificate alias
        Throws:
        java.lang.Exception - When anything goes wrong