Expand description
Python wrappers for ASN.1 types
Structs§
- PyBit
String - Python wrapper for ASN.1 BIT STRING
- PyBmp
String - Python wrapper for ASN.1 BMPString (tag 30) — UCS-2 big-endian (BMP only)
- PyBoolean
- Python wrapper for ASN.1 BOOLEAN
- PyGeneral
String - Python wrapper for ASN.1 GeneralString (tag 27) — 8-bit bytes, treated as Latin-1
- PyGeneralized
Time - Python wrapper for ASN.1 GeneralizedTime
- PyIA5
String - Python wrapper for ASN.1 IA5String (International Alphabet 5 = ASCII)
- PyInteger
- Python wrapper for ASN.1 INTEGER
- PyNull
- Python wrapper for ASN.1 NULL
- PyNumeric
String - Python wrapper for ASN.1 NumericString (tag 18) — digits and space
- PyObject
Identifier - Python wrapper for ASN.1 OBJECT IDENTIFIER.
- PyOctet
String - Python wrapper for ASN.1 OCTET STRING
- PyPrintable
String - Python wrapper for ASN.1 PrintableString
- PyRaw
Element - Python representation of a raw ASN.1 element with an unsupported or unknown tag.
- PyReal
- Python wrapper for ASN.1 REAL
- PyTagged
Element - Python representation of an explicitly-tagged ASN.1 element.
- PyTeletex
String - Python wrapper for ASN.1 TeletexString / T61String (tag 20) — arbitrary 8-bit bytes
- PyUniversal
String - Python wrapper for ASN.1 UniversalString (tag 28) — UCS-4 big-endian
- PyUtc
Time - Python wrapper for ASN.1 UTCTime
- PyUtf8
String - Python wrapper for ASN.1 UTF8String
- PyVisible
String - Python wrapper for ASN.1 VisibleString (tag 26) — printable ASCII