Process a block.
Namespace: Org.BouncyCastle.CryptoAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
byte[] ProcessBlock( byte[] inBuf, int inOff, int inLen ) |
Visual Basic |
---|
Function ProcessBlock ( _ inBuf As Byte(), _ inOff As Integer, _ inLen As Integer _ ) As Byte() |
Visual C++ |
---|
array<unsigned char>^ ProcessBlock( array<unsigned char>^ inBuf, int inOff, int inLen ) |
Parameters
- inBuf
- Type: array<System..::..Byte>[]()[][]
The input buffer.
- inOff
- Type: System..::..Int32
The offset into that the input block begins.
- inLen
- Type: System..::..Int32
The length of the input block.
Exceptions
Exception | Condition |
---|---|
Org.BouncyCastle.Crypto..::..InvalidCipherTextException | Input decrypts improperly. |
Org.BouncyCastle.Crypto..::..DataLengthException | Input is too large for the cipher. |