IDigestBlockUpdate(Byte, Int32, Int32) Method

Update the message digest with a block of bytes.

Definition

Namespace: Org.BouncyCastle.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
void BlockUpdate(
	byte[] input,
	int inOff,
	int 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.

See Also