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