C# Class Org.BouncyCastle.Cms.DigOutputStream

Inheritance: Org.BouncyCastle.Utilities.IO.BaseOutputStream
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
Write ( byte b, int off, int len ) : void
WriteByte ( byte b ) : void

Private Methods

Méthode Description
DigOutputStream ( IDigest dig ) : System

Method Details

Write() public méthode

public Write ( byte b, int off, int len ) : void
b byte
off int
len int
Résultat void

WriteByte() public méthode

public WriteByte ( byte b ) : void
b byte
Résultat void