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 virtual int ProcessBytes( byte[] inBytes, int inOff, int inLen, byte[] outBytes, int outOff ) |
Visual Basic |
---|
Public Overridable Function ProcessBytes ( _ inBytes As Byte(), _ inOff As Integer, _ inLen As Integer, _ outBytes As Byte(), _ outOff As Integer _ ) As Integer |
Visual C++ |
---|
public: virtual int ProcessBytes( array<unsigned char>^ inBytes, int inOff, int inLen, array<unsigned char>^ outBytes, int outOff ) |
Parameters
- inBytes
- Type: array<System..::..Byte>[]()[][]
- inOff
- Type: System..::..Int32
- inLen
- Type: System..::..Int32
- outBytes
- Type: array<System..::..Byte>[]()[][]
- outOff
- Type: System..::..Int32