SignedDataInfo

SignedDataInfo

Overview

SignedDataInfo is a class in Aspose.PDF FOSS for Python.

Everything we need from a parsed CMS SignedData.

Properties: certificates, crls_der, digest_algo, econtent, ess_cert_ids, message_digest, and 8 more.

Properties

NameTypeAccessDescription
signer_certx509.Certificate | NoneRead/WriteGets or sets the signer cert.
certificateslist[x509.Certificate]Read/WriteGets or sets the certificates.
digest_algostrRead/WriteGets or sets the digest algo.
signature_algostrRead/WriteGets or sets the signature algo.
signaturebytesRead/WriteGets or sets the signature.
signed_attrs_derbytes | NoneRead/WriteGets or sets the signed attrs der.
message_digestbytes | NoneRead/WriteGets or sets the message digest.
signing_timedatetime | NoneRead/WriteGets or sets the signing time.
pss_paramsobject | NoneRead/WriteGets or sets the pss params.
econtentbytes | NoneRead/WriteGets or sets the econtent.
timestamp_token_derbytes | NoneRead/WriteGets or sets the timestamp token der.
crls_derlist[bytes]Read/WriteGets or sets the crls der.
ocsps_derlist[bytes]Read/WriteGets or sets the ocsps der.
ess_cert_idslist[tuple[str, bytes]]Read/WriteGets or sets the ess cert ids.

See Also