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