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
- signerISigner
Properties
Signer
public virtual ISigner Signer { 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