SignaturesCompromiseDetector
Overview
SignaturesCompromiseDetector is a class in Aspose.PDF FOSS for Python.
Detect possible compromise indicators around signed PDFs.
This class provides 2 methods for working with SignaturesCompromiseDetector objects in Python programs.
Available methods include: __init__, check.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__(document: Any | None) | Calls init(document) on this SignaturesCompromiseDetector instance. |
check() → CompromiseCheckResult | Calls check on this SignaturesCompromiseDetector instance. |