IBlockCipherProcessBlock(Byte, Int32, Byte, Int32) Method
Process a block.
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
function ProcessBlock(inBuf, inOff, outBuf, outOff);
- inBuf Byte
- The input buffer.
- inOff Int32
- The offset into that the input block begins.
- outBuf Byte
- The output buffer.
- outOff Int32
- The offset into to write the output block.
Int32The number of bytes processed and produced.