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

상속: Asn1Object
파일 보기 프로젝트 열기: braintree/braintree_windows_phone_encryption 1 사용 예제들

공개 메소드들

메소드 설명
Branch ( string branchID ) : DerObjectIdentifier
DerObjectIdentifier ( string identifier ) : System
GetInstance ( Asn1TaggedObject obj, bool explicitly ) : DerObjectIdentifier
GetInstance ( object obj ) : DerObjectIdentifier
ToString ( ) : string

보호된 메소드들

메소드 설명
Asn1Equals ( Asn1Object asn1Object ) : bool
Asn1GetHashCode ( ) : int

비공개 메소드들

메소드 설명
DerObjectIdentifier ( byte bytes ) : System
Encode ( DerOutputStream derOut ) : void
MakeOidStringFromBytes ( byte bytes ) : string
WriteField ( Stream outputStream, BigInteger fieldValue ) : void
WriteField ( Stream outputStream, long fieldValue ) : void

메소드 상세

Asn1Equals() 보호된 메소드

protected Asn1Equals ( Asn1Object asn1Object ) : bool
asn1Object Asn1Object
리턴 bool

Asn1GetHashCode() 보호된 메소드

protected Asn1GetHashCode ( ) : int
리턴 int

Branch() 공개 메소드

public Branch ( string branchID ) : DerObjectIdentifier
branchID string
리턴 DerObjectIdentifier

DerObjectIdentifier() 공개 메소드

public DerObjectIdentifier ( string identifier ) : System
identifier string
리턴 System

GetInstance() 공개 정적인 메소드

public static GetInstance ( Asn1TaggedObject obj, bool explicitly ) : DerObjectIdentifier
obj Asn1TaggedObject
explicitly bool
리턴 DerObjectIdentifier

GetInstance() 공개 정적인 메소드

public static GetInstance ( object obj ) : DerObjectIdentifier
obj object
리턴 DerObjectIdentifier

ToString() 공개 메소드

public ToString ( ) : string
리턴 string