Table of Contents

Class SignerSink

Namespace
Enterprises.Org.BouncyCastle.Crypto.IO
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class SignerSink : BaseOutputStream, IDisposable, IAsyncDisposable
Inheritance
SignerSink
Implements
Inherited Members

Constructors

SignerSink(ISigner)

public SignerSink(ISigner signer)

Parameters

signer ISigner

Properties

Signer

public virtual ISigner Signer { get; }

Property Value

ISigner

Methods

Write(byte[], int, int)

public override void Write(byte[] buf, int off, int len)

Parameters

buf byte[]
off int
len int

WriteByte(byte)

public override void WriteByte(byte b)

Parameters

b byte