Contents Menu Expand
bertlv 0.7.0 documentation
bertlv 0.7.0 documentation

Documentation

  • API Reference
    • Package
    • Configuration
    • Generator
    • Mapper
    • Parser
    • Stream
    • Tag
    • Tree
    • Utils
  • Index

Links

  • GitHub page

bertlv¶

Continuous Integration Code Coverage Maintainability Test Coverage pre-commit black pep8 Semantic Versioning

Python library for BER-TLV en-/decoding.

Glossary¶

BER

Basic Encoding Rules is a standard encoding format for ASN.1. See X.690 BER encoding on Wikipedia.

TLV

Encoding scheme which consists of the fields tag, length and value. See Type-length-value on Wikipedia.

References¶

  • X.690 BER encoding

  • Type-length-value

  • ISO 7816-4 Annex D

  • EMV - Data Structure

Next
API Reference
Copyright © 2021, Philip Schömig | Built with Sphinx and @pradyunsg's Furo theme. | Show Source
Contents
  • bertlv
    • Glossary
    • References