Searched defs:manifest (Results 1 - 1 of 1) sorted by relevance

/build/tools/signapk/
H A DSignApk.java114 // bitmasks for which hash algorithms we need the manifest to include.
249 * Add the hash(es) of every file to the manifest, creating it if
277 // output manifest in sorted order. We expect that the output
325 Manifest manifest,
345 manifest.getEntries().put(OTACERT_NAME, attr);
377 /** Write a .SF file with a digest of the specified manifest. */
378 private static void writeSignatureFile(Manifest manifest, OutputStream out, argument
392 // Digest of the entire manifest
393 manifest.write(print);
398 Map<String, Attributes> entries = manifest
322 addOtacert(JarOutputStream outputJar, File publicKeyFile, long timestamp, Manifest manifest, int hash) argument
464 copyFiles(Manifest manifest, JarFile in, JarOutputStream out, long timestamp, int alignment) argument
741 signFile(Manifest manifest, JarFile inputJar, X509Certificate[] publicKey, PrivateKey[] privateKey, JarOutputStream outputJar) argument
[all...]

Completed in 27 milliseconds