| Constructor and Description |
|---|
AESDecrypter(AESExtraDataRecord aesExtraDataRecord,
char[] password,
byte[] salt,
byte[] passwordVerifier) |
| Modifier and Type | Method and Description |
|---|---|
int |
decryptData(byte[] buff,
int start,
int len) |
byte[] |
getCalculatedAuthenticationBytes() |
public AESDecrypter(AESExtraDataRecord aesExtraDataRecord, char[] password, byte[] salt, byte[] passwordVerifier) throws ZipException
ZipExceptionpublic int decryptData(byte[] buff,
int start,
int len)
throws ZipException
decryptData in interface DecrypterZipExceptionpublic byte[] getCalculatedAuthenticationBytes()
Copyright © 2021. All rights reserved.