| |
|
| org.apache.tools.ant.taskdefs.AbstractJarSignerTask org.apache.tools.ant.taskdefs.VerifyJar
VerifyJar | public class VerifyJar extends AbstractJarSignerTask (Code) | | 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 |
ERROR_NO_FILE | final public static String ERROR_NO_FILE(Code) | | no file message
|
ERROR_NO_VERIFY | final public static String ERROR_NO_VERIFY(Code) | | Error output if there is a failure to verify the jar.
|
setCertificates | public void setCertificates(boolean certificates)(Code) | | Ask for certificate information to be printed
Parameters: certificates - if true print certificates. |
|
|
|