C# Class NBitcoin.BouncyCastle.Asn1.DerObjectIdentifier

Inheritance: Asn1Object
Mostrar archivo Open project: Nethereum/Nethereum Class Usage Examples

Public Methods

Method Description
Branch ( string branchID ) : DerObjectIdentifier
DerObjectIdentifier ( DerObjectIdentifier oid, string branchID ) : System
DerObjectIdentifier ( byte bytes ) : System
DerObjectIdentifier ( string identifier ) : System
Encode ( DerOutputStream derOut ) : void
On ( DerObjectIdentifier stem ) : bool
ToString ( ) : string

Protected Methods

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

Private Methods

Method Description
IsValidBranchID ( String branchID, int start ) : bool
IsValidIdentifier ( string identifier ) : bool
MakeOidStringFromBytes ( byte bytes ) : string
WriteField ( Stream outputStream, NBitcoin.BouncyCastle.Math.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 ( DerObjectIdentifier oid, string branchID ) : System
oid DerObjectIdentifier
branchID string
return System

DerObjectIdentifier() public method

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

DerObjectIdentifier() public method

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

Encode() public method

public Encode ( DerOutputStream derOut ) : void
derOut DerOutputStream
return void

On() public method

public On ( DerObjectIdentifier stem ) : bool
stem DerObjectIdentifier
return bool

ToString() public method

public ToString ( ) : string
return string