public class StandardDecryption extends Object
Modifier and Type | Field | Description |
---|---|---|
protected ARCFOUREncryption |
arcfour |
|
protected AESCipher |
cipher |
Constructor | Description |
---|---|
StandardDecryption(byte[] key,
int off,
int len,
int revision) |
Creates a new instance of StandardDecryption
|
protected ARCFOUREncryption arcfour
protected AESCipher cipher
Copyright © 2018. All rights reserved.