Expand description
Audit trail generation and management for PCTF compliance.
Provides an append-only, hash-chained audit log for credential operations. Each entry links to the previous via SHA-256 hash for tamper detection.
Structs§
- Audit
Entry - An audit log entry for a credential operation.
- Audit
Log - Append-only audit log with hash chaining.
- Redaction
Policy - Policy for redacting PII from audit exports.
Enums§
- Audit
Action - Types of auditable actions in the credential lifecycle.
- Redactable
Field - Fields that can be redacted in audit exports.