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