C# Class Org.BouncyCastle.Cms.SigOutputStream

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

Méthodes publiques

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

Private Methods

Méthode Description
SigOutputStream ( ISigner sig ) : 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