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

Syntax

C#
public int ProcessBlock(
	byte[] inBuf,
	int inOff,
	byte[] outBuf,
	int outOff
)
Visual Basic
Public Function ProcessBlock ( _
	inBuf As Byte(), _
	inOff As Integer, _
	outBuf As Byte(), _
	outOff As Integer _
) As Integer
Visual C++
public:
virtual int ProcessBlock(
	array<unsigned char>^ inBuf, 
	int inOff, 
	array<unsigned char>^ outBuf, 
	int outOff
) sealed

Parameters

inBuf
Type: array<System..::..Byte>[]()[][]
inOff
Type: System..::..Int32
outBuf
Type: array<System..::..Byte>[]()[][]
outOff
Type: System..::..Int32

Implements

IBlockCipher..::..ProcessBlock(array<Byte>[]()[][], Int32, array<Byte>[]()[][], Int32)

See Also