public interface IEncrypter
| Modifier and Type | Method and Description |
|---|---|
int |
encryptData(byte[] buff) |
int |
encryptData(byte[] buff,
int start,
int len) |
int encryptData(byte[] buff)
throws ZipException
ZipExceptionint encryptData(byte[] buff,
int start,
int len)
throws ZipException
ZipExceptionCopyright © 2013. All rights reserved.