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