C# Class Org.BouncyCastle.Asn1.DerObjectIdentifier

Inheritance: Asn1Object
Mostrar archivo Open project: nonorganic/dssnet 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
On ( DerObjectIdentifier stem ) : bool
ToString ( ) : string

Protected Methods

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

Private Methods

Method Description
DerObjectIdentifier ( DerObjectIdentifier oid, string branchID ) : System
DerObjectIdentifier ( byte bytes ) : System
DoOutput ( MemoryStream bOut ) : void
Encode ( DerOutputStream derOut ) : void
FromOctetString ( byte enc ) : DerObjectIdentifier
GetBody ( ) : byte[]
IsValidBranchID ( String branchID, int start ) : bool
IsValidIdentifier ( string identifier ) : bool
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

On() public method

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

ToString() public method

public ToString ( ) : string
return string