C# Class Org.BouncyCastle.Asn1.DerSetGenerator

Inheritance: DerGenerator
Mostra file Open project: nonorganic/dssnet

Public Methods

Method Description
AddObject ( Asn1Encodable obj ) : void
Close ( ) : void
DerSetGenerator ( Stream outStream ) : System.IO
DerSetGenerator ( Stream outStream, int tagNo, bool isExplicit ) : System.IO
GetRawOutputStream ( ) : Stream

Method Details

AddObject() public method

public AddObject ( Asn1Encodable obj ) : void
obj Asn1Encodable
return void

Close() public method

public Close ( ) : void
return void

DerSetGenerator() public method

public DerSetGenerator ( Stream outStream ) : System.IO
outStream System.IO.Stream
return System.IO

DerSetGenerator() public method

public DerSetGenerator ( Stream outStream, int tagNo, bool isExplicit ) : System.IO
outStream System.IO.Stream
tagNo int
isExplicit bool
return System.IO

GetRawOutputStream() public method

public GetRawOutputStream ( ) : Stream
return System.IO.Stream