C# Class Org.BouncyCastle.Cms.MacOutputStream

Inheritance: Org.BouncyCastle.Utilities.IO.BaseOutputStream
Datei anzeigen Open project: nonorganic/dssnet

Public Methods

Method Description
Write ( byte b, int off, int len ) : void
WriteByte ( byte b ) : void

Private Methods

Method Description
MacOutputStream ( IMac mac ) : System

Method Details

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