PyASN1
0.1
  • Documentation
  • Library reference
    • ASN.1 types
      • Universal types
      • Character types
      • Useful types
    • Transformation codecs
      • Basic Encoding Rules
      • Canonical Encoding Rules
      • Distinguished Encoding Rules
      • Native Python types
  • Example use case
  • Changelog
PyASN1
  • Docs »
  • Library reference

Library reference¶

ASN.1 types¶

  • Universal types
    • Integer type
    • Boolean type
    • BitString type
    • OctetString type
    • Null type
    • ObjectIdentifier type
    • Real type
    • Enumerated type
    • Any type
    • SetOf type
    • SequenceOf type
    • Set type
    • Sequence type
    • Choice type
  • Character types
    • NumericString type
    • PrintableString type
    • TeletexString type
    • T61String type
    • VideotexString type
    • IA5String type
    • GraphicString type
    • VisibleString type
    • ISO646String type
    • GeneralString type
    • UniversalString type
    • BMPString type
    • UTF8String type
  • Useful types
    • ObjectDescriptor type
    • GeneralizedTime type
    • UTCTime type

Transformation codecs¶

  • Basic Encoding Rules
  • Canonical Encoding Rules
  • Distinguished Encoding Rules
  • Native Python types
Next Previous

© Copyright 2005-2017, Ilya Etingof <etingof@gmail.com>.