C# Class Org.BouncyCastle.Asn1.BerGenerator

Inheritance: Asn1Generator
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
AddObject ( Asn1Encodable obj ) : void
BerGenerator ( Stream outStream, int tagNo, bool isExplicit ) : System.IO
Close ( ) : void
GetRawOutputStream ( ) : Stream

Méthodes protégées

Méthode Description
BerGenerator ( Stream outStream ) : System.IO
WriteBerBody ( Stream contentStream ) : void
WriteBerEnd ( ) : void
WriteBerHeader ( int tag ) : void

Private Methods

Méthode Description
WriteHdr ( int tag ) : void

Method Details

AddObject() public méthode

public AddObject ( Asn1Encodable obj ) : void
obj Asn1Encodable
Résultat void

BerGenerator() protected méthode

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

BerGenerator() public méthode

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

Close() public méthode

public Close ( ) : void
Résultat void

GetRawOutputStream() public méthode

public GetRawOutputStream ( ) : Stream
Résultat System.IO.Stream

WriteBerBody() protected méthode

protected WriteBerBody ( Stream contentStream ) : void
contentStream System.IO.Stream
Résultat void

WriteBerEnd() protected méthode

protected WriteBerEnd ( ) : void
Résultat void

WriteBerHeader() protected méthode

protected WriteBerHeader ( int tag ) : void
tag int
Résultat void