Namespace: Org.BouncyCastle.Crypto.Modes
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
int ProcessBytes(
	byte[] inBytes,
	int inOff,
	int len,
	byte[] outBytes,
	int outOff
)
Visual Basic
Function ProcessBytes ( _
	inBytes As Byte(), _
	inOff As Integer, _
	len As Integer, _
	outBytes As Byte(), _
	outOff As Integer _
) As Integer
Visual C++
int ProcessBytes(
	array<unsigned char>^ inBytes, 
	int inOff, 
	int len, 
	array<unsigned char>^ outBytes, 
	int outOff
)

Parameters

inBytes
Type: array<System..::..Byte>[]()[][]
inOff
Type: System..::..Int32
len
Type: System..::..Int32
outBytes
Type: array<System..::..Byte>[]()[][]
outOff
Type: System..::..Int32

See Also