Table of Contents

Class DefaultSignatureCalculator

Namespace
Org.BouncyCastle.Crypto.Operators
Assembly
BouncyCastle.Cryptography.dll
public class DefaultSignatureCalculator : IStreamCalculator<IBlockResult>
Inheritance
DefaultSignatureCalculator
Implements
Inherited Members

Constructors

DefaultSignatureCalculator(ISigner)

public DefaultSignatureCalculator(ISigner signer)

Parameters

signer ISigner

Properties

Stream

Return a "sink" stream which only exists to update the implementing object.

public Stream Stream { get; }

Property Value

Stream

A stream to write to in order to update the implementing object.

Methods

GetResult()

Return the result of processing the stream. This value is only available once the stream has been closed.

public IBlockResult GetResult()

Returns

IBlockResult

The result of processing the stream.