| Constructor and Description |
|---|
AESEncrypter(char[] password,
AesKeyStrength aesKeyStrength) |
| Modifier and Type | Method and Description |
|---|---|
int |
encryptData(byte[] buff) |
int |
encryptData(byte[] buff,
int start,
int len) |
byte[] |
getDerivedPasswordVerifier() |
byte[] |
getFinalMac() |
byte[] |
getSaltBytes() |
public AESEncrypter(char[] password,
AesKeyStrength aesKeyStrength)
throws ZipException
ZipExceptionpublic int encryptData(byte[] buff)
throws ZipException
encryptData in interface EncrypterZipExceptionpublic int encryptData(byte[] buff,
int start,
int len)
throws ZipException
encryptData in interface EncrypterZipExceptionpublic byte[] getFinalMac()
public byte[] getDerivedPasswordVerifier()
public byte[] getSaltBytes()
Copyright © 2021. All rights reserved.