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