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

Syntax

C#
public void ProcessBytes(
	byte[] input,
	int inOff,
	int length,
	byte[] output,
	int outOff
)
Visual Basic
Public Sub ProcessBytes ( _
	input As Byte(), _
	inOff As Integer, _
	length As Integer, _
	output As Byte(), _
	outOff As Integer _
)
Visual C++
public:
virtual void ProcessBytes(
	array<unsigned char>^ input, 
	int inOff, 
	int length, 
	array<unsigned char>^ output, 
	int outOff
) sealed

Parameters

input
Type: array<System..::..Byte>[]()[][]
inOff
Type: System..::..Int32
length
Type: System..::..Int32
output
Type: array<System..::..Byte>[]()[][]
outOff
Type: System..::..Int32

Implements

IStreamCipher..::..ProcessBytes(array<Byte>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32)

See Also