Package net.lingala.zip4j.crypto
Interface IEncrypter
-
- All Known Implementing Classes:
AESEncrpyter,StandardEncrypter
public interface IEncrypter
-
-
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
-
-