Searched refs:manifestRawBytes (Results 1 – 2 of 2) sorted by relevance
86 byte manifestRawBytes[] = null; field in JarVerifier102 manifestRawBytes = rawBytes; in JarVerifier()292 synchronized(manifestRawBytes) { in processEntry()294 manDig = new ManifestDigester(manifestRawBytes); in processEntry()295 manifestRawBytes = null; in processEntry()
476 b = jv.manifestRawBytes; in initializeVerifier()