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
- macIMac
Properties
Mac
public virtual IMac Mac { get; }Property Value
Methods
Write(byte[], int, int)
public override void Write(byte[] buf, int off, int len)Parameters
WriteByte(byte)
public override void WriteByte(byte b)Parameters
- bbyte