C# Class Org.BouncyCastle.Asn1.DerGenerator

Inheritance: Asn1Generator
Afficher le fichier Open project: Smoothstep/VRChat Class Usage Examples

Méthodes protégées

Méthode Description
DerGenerator ( Stream outStream ) : System.IO
DerGenerator ( Stream outStream, int tagNo, bool isExplicit ) : System.IO

Private Methods

Méthode Description
WriteDerEncoded ( Stream outStream, int tag, Array bytes ) : void
WriteDerEncoded ( Stream outStr, int tag, Stream inStr ) : void
WriteDerEncoded ( int tag, Array bytes ) : void
WriteLength ( Stream outStr, int length ) : void

Method Details

DerGenerator() protected méthode

protected DerGenerator ( Stream outStream ) : System.IO
outStream Stream
Résultat System.IO

DerGenerator() protected méthode

protected DerGenerator ( Stream outStream, int tagNo, bool isExplicit ) : System.IO
outStream Stream
tagNo int
isExplicit bool
Résultat System.IO