C# Class Org.BouncyCastle.Asn1.DerGenerator

Inheritance: Asn1Generator
Mostra file Open project: Smoothstep/VRChat Class Usage Examples

Protected Methods

Method Description
DerGenerator ( Stream outStream ) : System.IO
DerGenerator ( Stream outStream, int tagNo, bool isExplicit ) : System.IO

Private Methods

Method 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 method

protected DerGenerator ( Stream outStream ) : System.IO
outStream Stream
return System.IO

DerGenerator() protected method

protected DerGenerator ( Stream outStream, int tagNo, bool isExplicit ) : System.IO
outStream Stream
tagNo int
isExplicit bool
return System.IO