Expand description
Python wrappers for ASN.1 types
Re-exports§
pub use elements::element_to_pyobject;pub use elements::PyRawElement;pub use elements::PyTaggedElement;pub use primitives::PyBitString;pub use primitives::PyBoolean;pub use primitives::PyGeneralizedTime;pub use primitives::PyInteger;pub use primitives::PyNull;pub use primitives::PyOctetString;pub use primitives::PyReal;pub use primitives::PyUtcTime;pub use strings::PyBmpString;pub use strings::PyGeneralString;pub use strings::PyIA5String;pub use strings::PyNumericString;pub use strings::PyPrintableString;pub use strings::PyTeletexString;pub use strings::PyUniversalString;pub use strings::PyUtf8String;pub use strings::PyVisibleString;
Modules§
- elements
- Python wrappers for generic ASN.1 elements: TaggedElement, RawElement, and the element_to_pyobject conversion helper.
- primitives
- Python wrappers for primitive ASN.1 types: INTEGER, OCTET STRING, BIT STRING, BOOLEAN, UTCTime, GeneralizedTime, REAL, NULL.
- strings
- Python wrappers for ASN.1 string types: UTF8String, PrintableString, IA5String, NumericString, TeletexString, VisibleString, GeneralString, UniversalString, BMPString.
Structs§
- PyObject
Identifier - Python wrapper for ASN.1 OBJECT IDENTIFIER.