public class StandardDecryption
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
aes |
private static int |
AES_128 |
protected ARCFOUREncryption |
arcfour |
protected AESCipher |
cipher |
private boolean |
initiated |
private byte[] |
iv |
private int |
ivptr |
private byte[] |
key |
Constructor and Description |
---|
StandardDecryption(byte[] key,
int off,
int len,
int revision)
Creates a new instance of StandardDecryption
|
protected ARCFOUREncryption arcfour
protected AESCipher cipher
private byte[] key
private static final int AES_128
private boolean aes
private boolean initiated
private byte[] iv
private int ivptr