INNER CODE UNIT · Python

header

wbond/asn1crypto · asn1crypto/core.py:658

                    header = _dump_header(class_, 1, tag, header + self.contents) + header

            self._header = header
            self._trailer = b''

        return self._header + contents + self._trailer


class ValueMap():
    """
    Basic functionality that allows for mapping values from ints or OIDs to
    python unicode strings
    """

    # A dict from primitive value (int or OID) to unicode string. This needs
    # to be defined in the source code
    _map = None

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…