C# Class Org.BouncyCastle.Asn1.Asn1TaggedObject

Inheritance: Asn1Object, Asn1TaggedObjectParser
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetInstance ( Asn1TaggedObject obj, bool explicitly ) : Asn1TaggedObject
GetInstance ( object obj ) : Asn1TaggedObject
GetObject ( ) : Asn1Object
GetObjectParser ( int tag, bool isExplicit ) : IAsn1Convertible
IsEmpty ( ) : bool
IsExplicit ( ) : bool
ToString ( ) : string

Protected Methods

Method Description
Asn1Equals ( Asn1Object asn1Object ) : bool
Asn1GetHashCode ( ) : int
Asn1TaggedObject ( bool explicitly, int tagNo, Asn1Encodable obj ) : System
Asn1TaggedObject ( int tagNo, Asn1Encodable obj ) : System

Method Details

Asn1Equals() protected method

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

Asn1GetHashCode() protected method

protected Asn1GetHashCode ( ) : int
return int

Asn1TaggedObject() protected method

protected Asn1TaggedObject ( bool explicitly, int tagNo, Asn1Encodable obj ) : System
explicitly bool
tagNo int
obj Asn1Encodable
return System

Asn1TaggedObject() protected method

protected Asn1TaggedObject ( int tagNo, Asn1Encodable obj ) : System
tagNo int
obj Asn1Encodable
return System

GetInstance() static public method

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

GetInstance() static public method

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

GetObject() public method

public GetObject ( ) : Asn1Object
return Asn1Object

GetObjectParser() public method

public GetObjectParser ( int tag, bool isExplicit ) : IAsn1Convertible
tag int
isExplicit bool
return IAsn1Convertible

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

IsExplicit() public method

public IsExplicit ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string