C# 클래스 NBitcoin.BouncyCastle.Asn1.DerSequenceGenerator

상속: DerGenerator
파일 보기 프로젝트 열기: Nethereum/Nethereum 1 사용 예제들

공개 메소드들

메소드 설명
AddObject ( Asn1Encodable obj ) : void
Close ( ) : void
DerSequenceGenerator ( Stream outStream ) : System.IO
DerSequenceGenerator ( Stream outStream, int tagNo, bool isExplicit ) : System.IO
GetRawOutputStream ( ) : Stream

메소드 상세

AddObject() 공개 메소드

public AddObject ( Asn1Encodable obj ) : void
obj Asn1Encodable
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

DerSequenceGenerator() 공개 메소드

public DerSequenceGenerator ( Stream outStream ) : System.IO
outStream System.IO.Stream
리턴 System.IO

DerSequenceGenerator() 공개 메소드

public DerSequenceGenerator ( Stream outStream, int tagNo, bool isExplicit ) : System.IO
outStream System.IO.Stream
tagNo int
isExplicit bool
리턴 System.IO

GetRawOutputStream() 공개 메소드

public GetRawOutputStream ( ) : Stream
리턴 System.IO.Stream