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

상속: Asn1Generator
파일 보기 프로젝트 열기: Nethereum/Nethereum

공개 메소드들

메소드 설명
WriteDerEncoded ( Stream outStr, int tag, Stream inStr ) : void
WriteDerEncoded ( Stream outStream, int tag, byte bytes ) : void
WriteDerEncoded ( int tag, byte bytes ) : void

보호된 메소드들

메소드 설명
DerGenerator ( Stream outStream ) : System.IO
DerGenerator ( Stream outStream, int tagNo, bool isExplicit ) : System.IO

비공개 메소드들

메소드 설명
WriteLength ( Stream outStr, int length ) : void

메소드 상세

DerGenerator() 보호된 메소드

protected DerGenerator ( Stream outStream ) : System.IO
outStream System.IO.Stream
리턴 System.IO

DerGenerator() 보호된 메소드

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

WriteDerEncoded() 공개 정적인 메소드

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

WriteDerEncoded() 공개 정적인 메소드

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

WriteDerEncoded() 공개 메소드

public WriteDerEncoded ( int tag, byte bytes ) : void
tag int
bytes byte
리턴 void