We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usually we set one encryption and compression settings for all entires. So we should provide this settings directly in ZipSettings:
ZipSettings
ZipSettings settings = ZipSettings.builder() .encryption(Encryption.AES_256, password) .compression(Compression.DEFLATE, CompressionLevel.NORMAL) .build();
Additionally, we should not allow set a password to ZipEntrySettings without providing encryption algorithm.
ZipEntrySettings
The text was updated successfully, but these errors were encountered:
#79 Add encryption and compression settings for all entries
1309310
0a5ff63
d8c0e62
5f137a0
38f8d50
a340cbf
494272b
oleg-cherednik
No branches or pull requests
Usually we set one encryption and compression settings for all entires. So we should provide this settings directly in
ZipSettings
:Additionally, we should not allow set a password to
ZipEntrySettings
without providing encryption algorithm.The text was updated successfully, but these errors were encountered: