Lines Matching defs:sf
205 Manifest sf = new Manifest();
206 sf.read(new ByteArrayInputStream(sfBytes));
209 sf.getMainAttributes().getValue(Attributes.Name.SIGNATURE_VERSION);
233 sf.getEntries().entrySet().iterator();
236 boolean manifestSigned = verifyManifestHash(sf, md, decoder, manifestDigests);
239 if (!manifestSigned && !verifyManifestMainAttrs(sf, md, decoder)) {
277 private boolean verifyManifestHash(Manifest sf,
283 Attributes mattr = sf.getMainAttributes();
323 private boolean verifyManifestMainAttrs(Manifest sf,
328 Attributes mattr = sf.getMainAttributes();