C# Class Org.BouncyCastle.Cms.SigOutputStream

Inheritance: Org.BouncyCastle.Utilities.IO.BaseOutputStream
Exibir arquivo Open project: nonorganic/dssnet Class Usage Examples

Public Methods

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

Private Methods

Method Description
SigOutputStream ( ISigner sig ) : 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