Uses of Class
com.hybris.cockpitng.util.zip.SafeZipEntry
-
Packages that use SafeZipEntry Package Description com.hybris.cockpitng.util.zip -
-
Uses of SafeZipEntry in com.hybris.cockpitng.util.zip
Methods in com.hybris.cockpitng.util.zip that return SafeZipEntry Modifier and Type Method Description protected SafeZipEntrySafeZipInputStream. createZipEntry(java.lang.String name)Creates a newSafeZipEntryobject for the specified entry name.SafeZipEntrySafeZipInputStream. getNextEntry()Reads the next ZIP safe file entry that mitigates Zip slip vulnerability
-