C# Class Org.BouncyCastle.Cms.CmsSignedDataGenerator.SigOutputStream

Inheritance: Org.BouncyCastle.Utilities.IO.BaseOutputStream
Datei anzeigen Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
SigOutputStream ( ISigner sig ) : System
Write ( byte b, int off, int len ) : void
WriteByte ( byte b ) : void

Method Details

SigOutputStream() public method

public SigOutputStream ( ISigner sig ) : System
sig ISigner
return System

Write() public method

public Write ( byte b, int off, int len ) : void
b byte
off int
len int
return void

WriteByte() public method

public WriteByte ( byte b ) : void
b byte
return void