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