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