Interface JarSigner

    • Method Detail

      • sign

        int sign​(java.nio.file.Path jarfile,
                 JarSigner.Options options)
          throws java.io.IOException
        Sign the given Jar file.
        Parameters:
        jarfile - the file to sign.
        Returns:
        the number of Jar that has been signed.
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        java.io.IOException