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

상속: NBitcoin.BouncyCastle.Utilities.IO.FilterStream
파일 보기 프로젝트 열기: Nethereum/Nethereum 1 사용 예제들

공개 메소드들

메소드 설명
DerOutputStream ( Stream os ) : System
WriteEncoded ( int tag, byte bytes ) : void
WriteEncoded ( int tag, byte first, byte bytes ) : void
WriteEncoded ( int tag, byte bytes, int offset, int length ) : void
WriteEncoded ( int flags, int tagNo, byte bytes ) : void
WriteObject ( Asn1Encodable obj ) : void
WriteObject ( Asn1Object obj ) : void
WriteTag ( int flags, int tagNo ) : void

보호된 메소드들

메소드 설명
WriteNull ( ) : void

비공개 메소드들

메소드 설명
WriteLength ( int length ) : void
WriteObject ( object obj ) : void

메소드 상세

DerOutputStream() 공개 메소드

public DerOutputStream ( Stream os ) : System
os Stream
리턴 System

WriteEncoded() 공개 메소드

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

WriteEncoded() 공개 메소드

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

WriteEncoded() 공개 메소드

public WriteEncoded ( int tag, byte bytes, int offset, int length ) : void
tag int
bytes byte
offset int
length int
리턴 void

WriteEncoded() 공개 메소드

public WriteEncoded ( int flags, int tagNo, byte bytes ) : void
flags int
tagNo int
bytes byte
리턴 void

WriteNull() 보호된 메소드

protected WriteNull ( ) : void
리턴 void

WriteObject() 공개 메소드

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

WriteObject() 공개 메소드

public WriteObject ( Asn1Object obj ) : void
obj Asn1Object
리턴 void

WriteTag() 공개 메소드

public WriteTag ( int flags, int tagNo ) : void
flags int
tagNo int
리턴 void