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