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

Inheritance: Org.BouncyCastle.Utilities.IO.BaseOutputStream
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6

Méthodes publiques

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

Method Details

DigOutputStream() public méthode

public DigOutputStream ( IDigest dig ) : System
dig IDigest
Résultat System

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