C# Class NBitcoin.BouncyCastle.Asn1.DerGenerator

Inheritance: Asn1Generator
显示文件 Open project: Nethereum/Nethereum

Public Methods

Method Description
WriteDerEncoded ( Stream outStr, int tag, Stream inStr ) : void
WriteDerEncoded ( Stream outStream, int tag, byte bytes ) : void
WriteDerEncoded ( int tag, byte bytes ) : void

Protected Methods

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

Private Methods

Method Description
WriteLength ( Stream outStr, int length ) : void

Method Details

DerGenerator() protected method

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

DerGenerator() protected method

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

WriteDerEncoded() public static method

public static WriteDerEncoded ( Stream outStr, int tag, Stream inStr ) : void
outStr System.IO.Stream
tag int
inStr System.IO.Stream
return void

WriteDerEncoded() public static method

public static WriteDerEncoded ( Stream outStream, int tag, byte bytes ) : void
outStream System.IO.Stream
tag int
bytes byte
return void

WriteDerEncoded() public method

public WriteDerEncoded ( int tag, byte bytes ) : void
tag int
bytes byte
return void