Asn1TaggedObject Class

Definition

Namespace: Org.BouncyCastle.Asn1
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public abstract class Asn1TaggedObject : Asn1Object, 
	Asn1TaggedObjectParser, IAsn1Convertible
Inheritance
Object    Asn1Encodable    Asn1Object    Asn1TaggedObject
Derived
Implements
Asn1TaggedObjectParser, IAsn1Convertible

Constructors

Asn1TaggedObject(Boolean, Int32, Asn1Encodable)Initializes a new instance of the Asn1TaggedObject class
Asn1TaggedObject(Boolean, Int32, Int32, Asn1Encodable)Initializes a new instance of the Asn1TaggedObject class

Properties

Methods

Asn1Equals
(Overrides Asn1ObjectAsn1Equals(Asn1Object))
Asn1GetHashCode
(Overrides Asn1ObjectAsn1GetHashCode)
EncodeTo(Stream)
(Inherited from Asn1Object)
EncodeTo(Stream, String)
(Inherited from Asn1Object)
Equals(Asn1Object)
(Inherited from Asn1Object)
Equals(Object)
(Inherited from Asn1Encodable)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetBaseObjectNeeded for open types, until we have better type-guided parsing support.
GetBaseUniversal 
GetDerEncoded
(Inherited from Asn1Encodable)
GetEncoded
(Inherited from Asn1Encodable)
GetEncoded(String)
(Inherited from Asn1Encodable)
GetExplicitBaseObjectNeeded for open types, until we have better type-guided parsing support.
GetExplicitBaseTagged 
GetHashCode
(Inherited from Asn1Encodable)
GetImplicitBaseTagged 
GetInstance(Object) 
GetInstance(Asn1TaggedObject, Boolean) 
GetInstance(Object, Int32) 
GetInstance(Asn1TaggedObject, Int32, Boolean) 
GetInstance(Object, Int32, Int32) 
GetInstance(Asn1TaggedObject, Int32, Int32, Boolean) 
GetObjectReturn whatever was following the tag.
Obsolete.
GetTypeGets the Type of the current instance.
(Inherited from Object)
HasContextTag 
HasContextTag(Int32) 
HasTag 
HasTagClass 
IsExplicit 
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ParseBaseUniversal 
ParseExplicitBaseObject 
ParseExplicitBaseTagged 
ParseImplicitBaseTagged 
ToAsn1Object
(Inherited from Asn1Object)
ToString
(Overrides ObjectToString)

See Also