Expand description
Python wrappers for generic ASN.1 elements: TaggedElement, RawElement, and the element_to_pyobject conversion helper.
Structs§
- PyRaw
Element - Python representation of a raw ASN.1 element with an unsupported or unknown tag.
- PyTagged
Element - Python representation of an explicitly-tagged ASN.1 element.
Functions§
- element_
to_ pyobject - Convert an ASN.1 Element to a Python object.