Namespace: Org.BouncyCastle.Crypto
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
int DoFinal( byte[] input, int inOff, int length, byte[] output, int outOff ) |
Visual Basic |
---|
Function DoFinal ( _ input As Byte(), _ inOff As Integer, _ length As Integer, _ output As Byte(), _ outOff As Integer _ ) As Integer |
Visual C++ |
---|
int DoFinal( array<unsigned char>^ input, int inOff, int length, array<unsigned char>^ output, int outOff ) |
Parameters
- input
- Type: array<System..::..Byte>[]()[][]
- inOff
- Type: System..::..Int32
- length
- Type: System..::..Int32
- output
- Type: array<System..::..Byte>[]()[][]
- outOff
- Type: System..::..Int32