public class AESDecrypterBC extends AESCryptoBase implements AESDecrypter
ITERATION_COUNT, KEY_SIZE_BIT, KEY_SIZE_BYTE
Constructor and Description |
---|
AESDecrypterBC(byte[] pwBytes,
byte[] salt,
byte[] pwVerification) |
Modifier and Type | Method and Description |
---|---|
void |
decrypt(byte[] in,
int length)
perform pseudo "in-place" encryption
|
byte[] |
getFinalAuthentication() |
public AESDecrypterBC(byte[] pwBytes, byte[] salt, byte[] pwVerification) throws java.util.zip.ZipException
java.util.zip.ZipException
public void decrypt(byte[] in, int length)
decrypt
in interface AESDecrypter
public byte[] getFinalAuthentication()
getFinalAuthentication
in interface AESDecrypter