Searched refs:getGeneralPurposeBit (Results 1 – 8 of 8) sorted by relevance
40 assertTrue(zae.getGeneralPurposeBit().usesEncryption()); in testReadPasswordEncryptedEntryViaZipFile()41 assertFalse(zae.getGeneralPurposeBit().usesStrongEncryption()); in testReadPasswordEncryptedEntryViaZipFile()64 assertTrue(zae.getGeneralPurposeBit().usesEncryption()); in testReadPasswordEncryptedEntryViaStream()65 assertFalse(zae.getGeneralPurposeBit().usesStrongEncryption()); in testReadPasswordEncryptedEntryViaStream()
268 archiveEntry.getGeneralPurposeBit().useStrongEncryption(true); in testCopyConstructor()
337 current.entry.getGeneralPurposeBit().getSlidingDictionarySize(), in getNextZipEntry()338 current.entry.getGeneralPurposeBit().getNumberOfShannonFanoTrees(), in getNextZipEntry()848 return !entry.getGeneralPurposeBit().usesDataDescriptor() in supportsDataDescriptorFor()863 || (entry.getGeneralPurposeBit().usesDataDescriptor() in supportsCompressedSizeFor()
202 final GeneralPurposeBit other = entry.getGeneralPurposeBit(); in ZipArchiveEntry()817 public GeneralPurposeBit getGeneralPurposeBit() { in getGeneralPurposeBit() method in ZipArchiveEntry
321 return !entry.getGeneralPurposeBit().usesEncryption(); in supportsEncryptionOf()
496 … return new ExplodingInputStream(ze.getGeneralPurposeBit().getSlidingDictionarySize(), in getInputStream()497 ze.getGeneralPurposeBit().getNumberOfShannonFanoTrees(), is); in getInputStream()
485 … assertEquals(expectedElement.getGeneralPurposeBit(), actualElement.getGeneralPurposeBit()); in assertSameFileContents()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...