IDigestBlockUpdate(Byte, Int32, Int32) Method
Update the message digest with a block of bytes.
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
void BlockUpdate(
byte[] input,
int inOff,
int inLen
)
function BlockUpdate(input, inOff, inLen);
Parameters
- input Byte
- the byte array containing the data.
- inOff Int32
- the offset into the byte array where the data starts.
- inLen Int32
- the length of the data.