org.apache.tools.ant.taskdefs
Class VerifyJar
- Cloneable
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
ERROR_NO_SOURCE, JARSIGNER_COMMAND, alias, filesets, jar, keypass, keystore, maxMemory, storepass, storetype, verbose |
void | execute()- verify our jar files
|
void | setCertificates(boolean certificates)- Ask for certificate information to be printed
|
addFileset, addSysproperty, addValue, beginExecution, bindToKeystore, createJarSigner, createPath, createUnifiedSourcePath, createUnifiedSources, declareSysProperty, endExecution, getRedirector, hasResources, setAlias, setCommonOptions, setJar, setKeypass, setKeystore, setMaxmemory, setStorepass, setStoretype, setVerbose |
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
ERROR_NO_FILE
public static final String ERROR_NO_FILE
no file message
ERROR_NO_VERIFY
public static final String ERROR_NO_VERIFY
Error output if there is a failure to verify the jar.
setCertificates
public void setCertificates(boolean certificates)
Ask for certificate information to be printed
certificates - if true print certificates.