IBlockResult Interface

Operators that reduce their input to a single block return an object of this type.

Definition

Namespace: Org.BouncyCastle.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public interface IBlockResult

Methods

Collect Return the final result of the operation.
Collect(SpanByte) Store the final result of the operation by copying it into the destination span.
Collect(Byte, Int32) Store the final result of the operation by copying it into the destination array.
GetMaxResultLengthReturn an upper limit for the size of the result.

See Also