Table of Contents

Class MacSink

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

Constructors

MacSink(IMac)

public MacSink(IMac mac)

Parameters

mac IMac

Properties

Mac

public virtual IMac Mac { get; }

Property Value

IMac

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