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

상속: Asn1Generator
파일 보기 프로젝트 열기: Smoothstep/VRChat 1 사용 예제들

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

DerGenerator() 보호된 메소드

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

DerGenerator() 보호된 메소드

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