C# 클래스 BraintreeEncryption.Library.BouncyCastle.Asn1.DerOutputStream

상속: BraintreeEncryption.Library.BouncyCastle.Asn1.Util.FilterStream
파일 보기 프로젝트 열기: braintree/braintree_windows_phone_encryption 1 사용 예제들

공개 메소드들

메소드 설명
DerOutputStream ( Stream os ) : System
WriteObject ( Asn1Encodable obj ) : void
WriteObject ( Asn1Object obj ) : void

보호된 메소드들

메소드 설명
WriteNull ( ) : void

비공개 메소드들

메소드 설명
WriteEncoded ( int tag, byte bytes ) : void
WriteEncoded ( int tag, byte bytes, int offset, int length ) : void
WriteEncoded ( int flags, int tagNo, byte bytes ) : void
WriteLength ( int length ) : void
WriteObject ( object obj ) : void
WriteTag ( int flags, int tagNo ) : void

메소드 상세

DerOutputStream() 공개 메소드

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

WriteNull() 보호된 메소드

protected WriteNull ( ) : void
리턴 void

WriteObject() 공개 메소드

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

WriteObject() 공개 메소드

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