net.lingala.zip4j.crypto
Interface IEncrypter

All Known Implementing Classes:
AESEncrpyter, StandardEncrypter

public interface IEncrypter


Method Summary
 int encryptData(byte[] buff)
           
 int encryptData(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


Copyright © 2012. All Rights Reserved.