| java.lang.Object java.util.jar.JarVerifier
JarVerifier | class JarVerifier (Code) | | version: 1.35, 10/10/06 author: Roland Schemers |
manifestRawBytes | byte manifestRawBytes(Code) | | the bytes for the manDig object
|
beginEntry | public void beginEntry(JarEntry je, ManifestEntryVerifier mev) throws IOException(Code) | | This method scans to see which entry we're parsing and
keeps various state information depending on what type of
file is being parsed.
|
doneWithMeta | void doneWithMeta()(Code) | | called to let us know we have processed all the
META-INF entries, and if we re-read one of them, don't
re-process it. Also gets rid of any data structures
we needed when parsing META-INF entries.
|
nothingToVerify | boolean nothingToVerify()(Code) | | returns true if there no files to verify.
should only be called after all the META-INF entries
have been processed.
|
|
|