Package net.lingala.zip4j.crypto
Interface Encrypter
- All Known Implementing Classes:
AESEncrypter,NoCipherOutputStream.NoEncrypter,StandardEncrypter
public interface Encrypter
-
Method Summary
Modifier and TypeMethodDescriptionintencryptData(byte[] buff) intencryptData(byte[] buff, int start, int len)
-
Method Details
-
encryptData
- Throws:
ZipException
-
encryptData
- Throws:
ZipException
-