Introspects PKCS#7/CMS binary data of ANY size and returns structured metadata, parsing incrementally.
Returns metadata including signers, recipients, algorithms, certificates, and conversion feasibility.
Supports:
- SignedData (1 signer)
- EnvelopedData (1 recipient)
- SignedAndEnvelopedData (1 signer + 1 recipient)
Current support: Single signer and single recipient only
Multi-actor support: Planned for future release
Input: multipart/form-data with a metadata part followed by a file part
(binary PKCS#7).
Part order is enforced, as on every other streaming endpoint: metadata
MUST precede file. The parse is sequential and single-pass, so the payload
cannot be reached without consuming what precedes it and there is nothing to go
back to; a file-first body is refused with
400 .../errors/multipart-part-order before any payload byte is read.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||