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

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

공개 메소드들

메소드 설명
Asn1InputStream ( Stream inputStream ) : System
Asn1InputStream ( Stream inputStream, int limit ) : System
Asn1InputStream ( byte input ) : System
ReadObject ( ) : Asn1Object

비공개 메소드들

메소드 설명
BuildDerEncodableVector ( DefiniteLengthInputStream dIn ) : Asn1EncodableVector
BuildEncodableVector ( ) : Asn1EncodableVector
BuildObject ( int tag, int tagNo, int length ) : Asn1Object
CreateDerSequence ( DefiniteLengthInputStream dIn ) : DerSequence
CreateDerSet ( DefiniteLengthInputStream dIn ) : DerSet
CreatePrimitiveDerObject ( int tagNo, byte bytes ) : Asn1Object
FindLimit ( Stream input ) : int
ReadLength ( Stream s, int limit ) : int
ReadTagNumber ( Stream s, int tag ) : int

메소드 상세

Asn1InputStream() 공개 메소드

public Asn1InputStream ( Stream inputStream ) : System
inputStream Stream
리턴 System

Asn1InputStream() 공개 메소드

public Asn1InputStream ( Stream inputStream, int limit ) : System
inputStream Stream
limit int
리턴 System

Asn1InputStream() 공개 메소드

public Asn1InputStream ( byte input ) : System
input byte
리턴 System

ReadObject() 공개 메소드

public ReadObject ( ) : Asn1Object
리턴 Asn1Object