LICENSE
README.md
pyproject.toml
src/docseal/__init__.py
src/docseal/main.py
src/docseal.egg-info/PKG-INFO
src/docseal.egg-info/SOURCES.txt
src/docseal.egg-info/dependency_links.txt
src/docseal.egg-info/entry_points.txt
src/docseal.egg-info/requires.txt
src/docseal.egg-info/top_level.txt
src/docseal/audit/__init__.py
src/docseal/audit/logger.py
src/docseal/ca/__init__.py
src/docseal/ca/authority.py
src/docseal/ca/certificates.py
src/docseal/ca/exceptions.py
src/docseal/ca/revocation.py
src/docseal/cli/__init__.py
src/docseal/cli/ca.py
src/docseal/cli/colors.py
src/docseal/cli/decrypt.py
src/docseal/cli/encrypt.py
src/docseal/cli/main.py
src/docseal/cli/sign.py
src/docseal/cli/verify.py
src/docseal/core/__init__.py
src/docseal/core/decryption.py
src/docseal/core/encryption.py
src/docseal/core/envelope.py
src/docseal/core/service.py
src/docseal/core/signing.py
src/docseal/core/verification.py
src/docseal/crypto/__init__.py
src/docseal/crypto/signing.py
src/docseal/crypto/verification.py
src/docseal/gui/__init__.py
src/docseal/gui/app.py
src/docseal/gui/auth.py
src/docseal/gui/ca_manager.py
src/docseal/gui/ca_tabs.py
src/docseal/gui/dashboard.py
src/docseal/gui/login_screen.py
src/docseal/gui/main_window.py
src/docseal/gui/service_wrapper.py
src/docseal/gui/styles.py
src/docseal/gui/tabs.py
src/docseal/gui/themes.py
src/docseal/utils/validation.py
tests/test_additional_coverage.py
tests/test_audit_logging.py
tests/test_ca_initialization.py
tests/test_certificate_issuance.py
tests/test_certificate_revocation.py
tests/test_certificates.py
tests/test_cli.py
tests/test_cli_ca.py
tests/test_cli_integration.py
tests/test_cli_main.py
tests/test_document_signing.py
tests/test_integration_enrollment.py
tests/test_integration_tamper.py
tests/test_integration_transcript.py
tests/test_placeholder.py
tests/test_signature_verification.py
tests/test_trust_enforcement.py
tests/test_validation.py
tests/test_verification.py