Class ZipEncryptorProvider

java.lang.Object
org.miaixz.bus.shade.safety.provider.WrappedEncryptorProvider
org.miaixz.bus.shade.safety.provider.EntryEncryptorProvider<org.apache.commons.compress.archivers.zip.ZipArchiveEntry>
org.miaixz.bus.shade.safety.archive.ZipEncryptorProvider
All Implemented Interfaces:
Complex<org.apache.commons.compress.archivers.zip.ZipArchiveEntry>, EncryptorProvider

public class ZipEncryptorProvider extends EntryEncryptorProvider<org.apache.commons.compress.archivers.zip.ZipArchiveEntry> implements EncryptorProvider
ZIP压缩包加密器
Since:
Java 17+
Author:
Kimi Liu