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

Inheritance: Asn1Object
Afficher le fichier Open project: braintree/braintree_windows_phone_encryption Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Asn1Equals ( Asn1Object asn1Object ) : bool
Asn1GetHashCode ( ) : int

Private Methods

Méthode 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 méthode

protected Asn1Equals ( Asn1Object asn1Object ) : bool
asn1Object Asn1Object
Résultat bool

Asn1GetHashCode() protected méthode

protected Asn1GetHashCode ( ) : int
Résultat int

Branch() public méthode

public Branch ( string branchID ) : DerObjectIdentifier
branchID string
Résultat DerObjectIdentifier

DerObjectIdentifier() public méthode

public DerObjectIdentifier ( string identifier ) : System
identifier string
Résultat System

GetInstance() public static méthode

public static GetInstance ( Asn1TaggedObject obj, bool explicitly ) : DerObjectIdentifier
obj Asn1TaggedObject
explicitly bool
Résultat DerObjectIdentifier

GetInstance() public static méthode

public static GetInstance ( object obj ) : DerObjectIdentifier
obj object
Résultat DerObjectIdentifier

ToString() public méthode

public ToString ( ) : string
Résultat string