Class ZipDecryptorProvider

java.lang.Object
org.miaixz.bus.shade.safety.provider.WrappedDecryptorProvider
org.miaixz.bus.shade.safety.provider.EntryDecryptorProvider<org.apache.commons.compress.archivers.zip.ZipArchiveEntry>
org.miaixz.bus.shade.safety.archive.ZipDecryptorProvider
All Implemented Interfaces:
Complex<org.apache.commons.compress.archivers.zip.ZipArchiveEntry>, DecryptorProvider

public class ZipDecryptorProvider extends EntryDecryptorProvider<org.apache.commons.compress.archivers.zip.ZipArchiveEntry> implements DecryptorProvider
ZIP压缩包解密器
Since:
Java 17+
Author:
Kimi Liu