public class StandardDecryption
extends java.lang.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
|
Modifier and Type | Method | Description |
---|---|---|
byte[] |
finish() |
|
byte[] |
update(byte[] b,
int off,
int len) |
protected ARCFOUREncryption arcfour
protected AESCipher cipher
Copyright © 1998–2018. All rights reserved.