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

Syntax

C#
void BlockUpdate(
	byte[] input,
	int inOff,
	int length
)
Visual Basic
Sub BlockUpdate ( _
	input As Byte(), _
	inOff As Integer, _
	length As Integer _
)
Visual C++
void BlockUpdate(
	array<unsigned char>^ input, 
	int inOff, 
	int length
)

Parameters

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

See Also