Class StandardDecryptor
public class StandardDecryptor : IDecryptor
- Inheritance
-
StandardDecryptor
- Implements
- Inherited Members
Constructors
StandardDecryptor(byte[], int, int)
Creates a new instance of StandardDecryption
public StandardDecryptor(byte[] key, int off, int len)
Parameters
Fields
arcfour
protected ARCFOUREncryption arcfour
Field Value
Methods
Finish()
public virtual byte[] Finish()
Returns
- byte[]
Update(byte[], int, int)
public virtual byte[] Update(byte[] b, int off, int len)
Parameters
Returns
- byte[]