Class VerifyJar

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class VerifyJar
    extends AbstractJarSignerTask
    JAR verification task. For every JAR passed in, we fork jarsigner to verify that it is correctly signed. This is more rigorous than just checking for the existence of a signature; the entire certification chain is tested
    Since:
    Ant 1.7
    • Field Detail

      • ERROR_NO_FILE

        public static final java.lang.String ERROR_NO_FILE
        no file message "Not found :"
        See Also:
        Constant Field Values
      • ERROR_NO_VERIFY

        public static final java.lang.String ERROR_NO_VERIFY
        Error output if there is a failure to verify the jar.
        See Also:
        Constant Field Values
    • Constructor Detail

      • VerifyJar

        public VerifyJar()