Class ARCFOUREncryption
public class ARCFOUREncryption
- Inheritance
-
ARCFOUREncryption
- Inherited Members
Constructors
ARCFOUREncryption()
Creates a new instance of ARCFOUREncryption
public ARCFOUREncryption()
Methods
EncryptARCFOUR(byte[])
public virtual void EncryptARCFOUR(byte[] data)
Parameters
data
byte[]
EncryptARCFOUR(byte[], byte[])
public virtual void EncryptARCFOUR(byte[] dataIn, byte[] dataOut)
Parameters
EncryptARCFOUR(byte[], int, int)
public virtual void EncryptARCFOUR(byte[] data, int off, int len)
Parameters
EncryptARCFOUR(byte[], int, int, byte[], int)
public virtual void EncryptARCFOUR(byte[] dataIn, int off, int len, byte[] dataOut, int offOut)
Parameters
PrepareARCFOURKey(byte[])
public virtual void PrepareARCFOURKey(byte[] key)
Parameters
key
byte[]
PrepareARCFOURKey(byte[], int, int)
public virtual void PrepareARCFOURKey(byte[] key, int off, int len)