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

Syntax

C#
public override byte[] DoFinal(
	byte[] input,
	int inOff,
	int inLen
)
Visual Basic
Public Overrides Function DoFinal ( _
	input As Byte(), _
	inOff As Integer, _
	inLen As Integer _
) As Byte()
Visual C++
public:
virtual array<unsigned char>^ DoFinal(
	array<unsigned char>^ input, 
	int inOff, 
	int inLen
) override

Parameters

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

Implements

IBufferedCipher..::..DoFinal(array<Byte>[]()[][], Int32, Int32)

See Also