BerTaggedObject Class

Definition

Namespace: Org.BouncyCastle.Asn1
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public class BerTaggedObject : DLTaggedObject
Inheritance
Object    Asn1Encodable    Asn1Object    Asn1TaggedObject    DerTaggedObject    DLTaggedObject    BerTaggedObject

Constructors

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

Properties

TagClass
(Inherited from Asn1TaggedObject)
TagNo
(Inherited from Asn1TaggedObject)

Methods

Asn1Equals
(Inherited from Asn1TaggedObject)
Asn1GetHashCode
(Inherited from Asn1TaggedObject)
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.
(Inherited from Asn1TaggedObject)
GetBaseUniversal
(Inherited from Asn1TaggedObject)
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.
(Inherited from Asn1TaggedObject)
GetExplicitBaseTagged
(Inherited from Asn1TaggedObject)
GetHashCode
(Inherited from Asn1Encodable)
GetImplicitBaseTagged
(Inherited from Asn1TaggedObject)
GetObjectReturn whatever was following the tag.
(Inherited from Asn1TaggedObject)
Obsolete.
GetTypeGets the Type of the current instance.
(Inherited from Object)
HasContextTag
(Inherited from Asn1TaggedObject)
HasContextTag(Int32)
(Inherited from Asn1TaggedObject)
HasTag
(Inherited from Asn1TaggedObject)
HasTagClass
(Inherited from Asn1TaggedObject)
IsExplicit
(Inherited from Asn1TaggedObject)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ParseBaseUniversal
(Inherited from Asn1TaggedObject)
ParseExplicitBaseObject
(Inherited from Asn1TaggedObject)
ParseExplicitBaseTagged
(Inherited from Asn1TaggedObject)
ParseImplicitBaseTagged
(Inherited from Asn1TaggedObject)
ToAsn1Object
(Inherited from Asn1Object)
ToString
(Inherited from Asn1TaggedObject)

See Also