Table of Contents

Class SimpleBlockResult

Namespace
Enterprises.Org.BouncyCastle.Crypto
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class SimpleBlockResult : IBlockResult
Inheritance
SimpleBlockResult
Implements
Inherited Members

Constructors

SimpleBlockResult(byte[])

public SimpleBlockResult(byte[] result)

Parameters

result byte[]

Properties

Length

public int Length { get; }

Property Value

int

Methods

Collect()

public byte[] Collect()

Returns

byte[]

Collect(byte[], int)

public int Collect(byte[] destination, int offset)

Parameters

destination byte[]
offset int

Returns

int