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

Inheritance: Asn1Object
Mostrar archivo Open project: braintree/braintree_windows_phone_encryption Class Usage Examples

Public Methods

Method Description
Branch ( string branchID ) : DerObjectIdentifier
DerObjectIdentifier ( string identifier ) : System
GetInstance ( Asn1TaggedObject obj, bool explicitly ) : DerObjectIdentifier
GetInstance ( object obj ) : DerObjectIdentifier
ToString ( ) : string

Protected Methods

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

Private Methods

Method Description
DerObjectIdentifier ( byte bytes ) : System
Encode ( DerOutputStream derOut ) : void
MakeOidStringFromBytes ( byte bytes ) : string
WriteField ( Stream outputStream, BigInteger fieldValue ) : void
WriteField ( Stream outputStream, long fieldValue ) : void

Method Details

Asn1Equals() protected method

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

Asn1GetHashCode() protected method

protected Asn1GetHashCode ( ) : int
return int

Branch() public method

public Branch ( string branchID ) : DerObjectIdentifier
branchID string
return DerObjectIdentifier

DerObjectIdentifier() public method

public DerObjectIdentifier ( string identifier ) : System
identifier string
return System

GetInstance() public static method

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

GetInstance() public static method

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

ToString() public method

public ToString ( ) : string
return string