IBlockResult Interface
Operators that reduce their input to a single block return an object
of this type.
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public interface IBlockResult
Public Interface IBlockResult
public interface class IBlockResult
Org.BouncyCastle.Crypto.IBlockResult = function();
Org.BouncyCastle.Crypto.IBlockResult.createInterface('Org.BouncyCastle.Crypto.IBlockResult');
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.
|
GetMaxResultLength | Return an upper limit for the size of the result. |