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