Skip to main content

Module cmp

Module cmp 

Source
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§

PyCMPMessage
A CMP PKIMessage (RFC 9810 §5.1).
PyCMPMessageBuilder
Fluent builder for a CMP PKIMessage (RFC 9810 / RFC 4210).