Expand description
Python bindings for RFC 2634 Extended Security Services (ESS) builders.
Exposes three builder classes:
PySigningCertificateBuilder—SigningCertificate(§5.4)PyReceiptRequestBuilder—ReceiptRequest(§2.7)PyESSSecurityLabelBuilder—ESSSecurityLabel(§3.2)
Structs§
- PyESS
Security Label Builder - Python-facing wrapper for
synta_certificate::ESSSecurityLabelBuilder. - PyReceipt
Request Builder - Python-facing wrapper for
synta_certificate::ReceiptRequestBuilder. - PySigning
Certificate Builder - Python-facing wrapper for
synta_certificate::SigningCertificateBuilder.