Solitary tag¶
-
pyasn1.type.tag.
tagClassUniversal
= 0¶ Identifier for ASN.1 class UNIVERSAL
-
pyasn1.type.tag.
tagClassApplication
= 64¶ Identifier for ASN.1 class APPLICATION
-
pyasn1.type.tag.
tagClassContext
= 128¶ Identifier for ASN.1 class context-specific
-
pyasn1.type.tag.
tagClassPrivate
= 192¶ Identifier for ASN.1 class private
-
pyasn1.type.tag.
tagFormatSimple
= 0¶ Identifier for “simple” ASN.1 structure (e.g. scalar)
-
pyasn1.type.tag.
tagFormatConstructed
= 32¶ Identifier for “constructed” ASN.1 structure (e.g. may have inner components)