Class FilteredJarSigner

    • Constructor Detail

      • FilteredJarSigner

        public FilteredJarSigner()
    • Method Detail

      • sign

        public final int sign​(java.nio.file.Path jar,
                              JarSigner.Options options)
                       throws java.io.IOException
        Description copied from interface: JarSigner
        Sign the given Jar file.
        Specified by:
        sign in interface JarSigner
        Parameters:
        jar - the file to sign.
        Returns:
        the number of Jar that has been signed.
        Throws:
        java.io.IOException
      • doSignJar

        abstract int doSignJar​(java.nio.file.Path jarfile,
                               JarSigner.Options options)
                        throws java.io.IOException
        Throws:
        java.io.IOException