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
| Name | Type | Access | Description |
|---|---|---|---|
certs | list[bytes] | Read/Write | Gets or sets the certs. |
crls | list[bytes] | Read/Write | Gets or sets the crls. |
ocsps | list[bytes] | Read/Write | Gets or sets the ocsps. |
Methods
| Signature | Description |
|---|---|
is_empty() → bool | Returns true if empty is set. |
merge(other: DssMaterial) → DssMaterial | Extend this material in place with other and return self. |
deduped() → DssMaterial | Return a copy with order-preserving de-duplication of each list. |
uniq(items: Sequence[bytes]) → list[bytes] | Calls uniq(items) on this DssMaterial instance. |