C# Class BraintreeEncryption.Library.BouncyCastle.Asn1.DerInteger

Inheritance: Asn1Object
Show file Open project: braintree/braintree_windows_phone_encryption Class Usage Examples

Public Methods

Method Description
DerInteger ( BigInteger value ) : System
DerInteger ( byte bytes ) : System
DerInteger ( int value ) : System
GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : DerInteger
GetInstance ( object obj ) : DerInteger
ToString ( ) : string

Protected Methods

Method Description
Asn1Equals ( Asn1Object asn1Object ) : bool
Asn1GetHashCode ( ) : int

Private Methods

Method Description
Encode ( DerOutputStream derOut ) : void

Method Details

Asn1Equals() protected method

protected Asn1Equals ( Asn1Object asn1Object ) : bool
asn1Object Asn1Object
return bool

Asn1GetHashCode() protected method

protected Asn1GetHashCode ( ) : int
return int

DerInteger() public method

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

DerInteger() public method

public DerInteger ( byte bytes ) : System
bytes byte
return System

DerInteger() public method

public DerInteger ( int value ) : System
value int
return System

GetInstance() public static method

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

GetInstance() public static method

public static GetInstance ( object obj ) : DerInteger
obj object
return DerInteger

ToString() public method

public ToString ( ) : string
return string