Expand description
Python bindings for RFC 9810 Certificate Management Protocol (CMP) types.
Exposes CMPMessage (wrapping PKIMessage) as a Python class and
installs MAC algorithm and key-purpose OID constants into the synta.cmp
submodule.
Structs§
- PyCMP
Message - A CMP
PKIMessage(RFC 9810 §5.1). - PyCMP
Message Builder - Fluent builder for a CMP
PKIMessage(RFC 9810 / RFC 4210).