Skip to main content

Module elements

Module elements 

Source
Expand description

Python wrappers for generic ASN.1 elements: TaggedElement, RawElement, and the element_to_pyobject conversion helper.

Structs§

PyRawElement
Python representation of a raw ASN.1 element with an unsupported or unknown tag.
PyTaggedElement
Python representation of an explicitly-tagged ASN.1 element.

Functions§

element_to_pyobject
Convert an ASN.1 Element to a Python object.