Home | History | Annotate | Download | only in util

Lines Matching refs:sf

80     /** the raw bytes of the .SF file */
131 * returns true if we need the .SF file
141 * returns true if we need this .SF file.
143 * @param name the name of the .SF file without the extension
152 * used to set the raw bytes of the .SF file when it
171 if (s.endsWith(".SF") || s.endsWith(".DSA") ||
181 * the MANIFEST, SF files, known signature block files, and other
252 * process the signature block file. Goes through the .SF file
253 * and adds code signers for each section where the .SF section
280 Manifest sf = new Manifest();
281 sf.read(new ByteArrayInputStream(sfBytes));
284 sf.getMainAttributes().getValue(Attributes.Name.SIGNATURE_VERSION);
307 sf.getEntries().entrySet().iterator();
310 boolean manifestSigned = verifyManifestHash(sf, md, manifestDigests);
313 if (!manifestSigned && !verifyManifestMainAttrs(sf, md)) {
351 private boolean verifyManifestHash(Manifest sf,
356 Attributes mattr = sf.getMainAttributes();
396 private boolean verifyManifestMainAttrs(Manifest sf,
400 Attributes mattr = sf.getMainAttributes();
453 * given the .SF digest header, and the data from the