DssMaterial

Overview

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

Validation material destined for (or harvested from) a /DSS.

This class provides 4 methods for working with DssMaterial objects in Python programs. Available methods include: deduped, is_empty, merge, uniq. All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package. Properties: certs, crls, ocsps.

Properties

NameTypeAccessDescription
certslist[bytes]Read/WriteGets or sets the certs.
crlslist[bytes]Read/WriteGets or sets the crls.
ocspslist[bytes]Read/WriteGets or sets the ocsps.

Methods

SignatureDescription
is_empty()boolReturns true if empty is set.
merge(other: DssMaterial)DssMaterialExtend this material in place with other and return self.
deduped()DssMaterialReturn a copy with order-preserving de-duplication of each list.
uniq(items: Sequence[bytes])list[bytes]Calls uniq(items) on this DssMaterial instance.

See Also