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

Syntax

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

Parameters

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

See Also