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

Syntax

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

Parameters

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

Implements

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

See Also