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

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

공개 메소드들

메소드 설명
DerInteger ( BigInteger value ) : System
DerInteger ( byte bytes ) : System
DerInteger ( int value ) : System
GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : DerInteger
GetInstance ( object obj ) : DerInteger
ToString ( ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
Encode ( DerOutputStream derOut ) : void

메소드 상세

Asn1Equals() 보호된 메소드

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

Asn1GetHashCode() 보호된 메소드

protected Asn1GetHashCode ( ) : int
리턴 int

DerInteger() 공개 메소드

public DerInteger ( BigInteger value ) : System
value BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
리턴 System

DerInteger() 공개 메소드

public DerInteger ( byte bytes ) : System
bytes byte
리턴 System

DerInteger() 공개 메소드

public DerInteger ( int value ) : System
value int
리턴 System

GetInstance() 공개 정적인 메소드

public static GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : DerInteger
obj Asn1TaggedObject
isExplicit bool
리턴 DerInteger

GetInstance() 공개 정적인 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string