Table of Contents

Interface IBlockResult

Namespace
Enterprises.Org.BouncyCastle.Crypto
Assembly
Enterprises.BouncyCastle.Crypto.dll
public interface IBlockResult

Methods

Collect()

byte[] Collect()

Returns

byte[]

Collect(byte[], int)

int Collect(byte[] destination, int offset)

Parameters

destination byte[]
offset int

Returns

int