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

Inheritance: Org.BouncyCastle.Utilities.IO.BaseOutputStream
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
DigOutputStream ( IDigest dig ) : System
Write ( byte b, int off, int len ) : void
WriteByte ( byte b ) : void

Method Details

DigOutputStream() public method

public DigOutputStream ( IDigest dig ) : System
dig IDigest
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