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