Home | History | Annotate | Download | only in signapk

Lines Matching refs:STORED

477         // entries that are STORED, then copying all the entries that
479 // DEFLATED). This groups all the stored entries together at
481 // on them (since only stored entries are aligned).
486 if (inEntry.getMethod() != JarEntry.STORED) continue;
487 // Preserve the STORED method of the input entry.
523 // Copy all the non-STORED entries. We don't attempt to
530 if (inEntry.getMethod() == JarEntry.STORED) continue;
780 * types that might be stored in PKCS#11-like storage.