ASN1 NamespaceΒΆ
Namespace: ASN1.
- class zlogging.enum.asn1.ASN1Type(*values)[source]
Bases:
IntFlagEnum:
ASN1::ASN1Type.See also
- ASN1Type_Boolean = 1
- ASN1Type_Integer = 2
- ASN1Type_BitString = 4
- ASN1Type_OctetString = 8
- ASN1Type_NullVal = 16
- ASN1Type_ObjectIdentifier = 32
- ASN1Type_ObjectDescriptor = 64
- ASN1Type_InstanceOf = 128
- ASN1Type_Real = 256
- ASN1Type_Enumerated = 512
- ASN1Type_EmbeddedPDV = 1024
- ASN1Type_UTF8String = 2048
- ASN1Type_RelativeOID = 4096
- ASN1Type_Sequence = 8192
- ASN1Type_Set = 16384
- ASN1Type_NumericString = 32768
- ASN1Type_PrintableString = 65536
- ASN1Type_TeletextString = 131072
- ASN1Type_VideotextString = 262144
- ASN1Type_IA5String = 524288
- ASN1Type_UTCTime = 1048576
- ASN1Type_GeneralizedTime = 2097152
- ASN1Type_GraphicString = 4194304
- ASN1Type_VisibleString = 8388608
- ASN1Type_GeneralString = 16777216
- ASN1Type_UniversalString = 33554432
- ASN1Type_CharacterString = 67108864
- ASN1Type_BMPString = 134217728
- ASN1Type_Undef = 268435456
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None
- class zlogging.enum.asn1.ASN1Class(*values)[source]
Bases:
IntFlagEnum:
ASN1::ASN1Class.See also
- ASN1Class_Universal = 1
- ASN1Class_Application = 2
- ASN1Class_ContextSpecific = 4
- ASN1Class_Private = 8
- ASN1Class_Undef = 16
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None