Skip to main content

Module tsp

Module tsp 

Source
Expand description

Python bindings for RFC 3161 Time-Stamp Protocol (TSP) builders and parsed types.

Exposes PyTimeStampReqBuilder as a Python class for constructing DER-encoded TimeStampReq structures, and PyTimeStampResp for decoding DER-encoded TimeStampResp structures.

Structs§

PyTimeStampReqBuilder
Python-facing wrapper for synta_certificate::TimeStampReqBuilder.
PyTimeStampResp
RFC 3161 Time-Stamp Response (TSP, RFC 3161 §2.4.2).