aeat.adapters.outbound.aeat.auth._certificate_backends package¶
Private certificate backend implementations.
This package is private. External callers MUST import from
adapters.outbound.aeat.auth; the backend dispatcher in
adapters.outbound.aeat.auth.certificate is the only legitimate
consumer. Backend implementations satisfy the abstract
adapters.outbound.aeat.auth._certificate_backends._base._CertBackend
contract for adapters.outbound.aeat.auth.LoadedCertificate context
validation and adapters.outbound.aeat.auth.HandshakeResult
verification.
See also
adapters.outbound.aeat.auth.certificatePublic certificate model, loader, health, and backend-dispatch surface.
adapters.outbound.aeat.auth._certificate_backends._playwright_context.PlaywrightContextBackendPrimary backend for Playwright per-context client certificates.
adapters.outbound.aeat.auth._certificate_backends._httpx_fallback.HttpxFallbackBackendFail-closed verification backend that avoids plaintext PEM/key files.