DIDComm Crypto Implementation Notes
Interoperable path (default factory)
DidCommCryptoDidcomm delegates pack/unpack to org.didcommx.didcomm.DIDComm with:
PackEncryptedParams:forward(false)(no mediator wrapping in this integration).BlockingDidDocResolver: synchronous didcomm resolver backed by your suspendresolveDid, with a per-call timeout (default 30s) onDispatchers.IO.TrustWeaveDidDocMapper: TrustWeaveDidDocument→ didcommDIDDoc(JWK-based verification methods map toJSON_WEB_KEY_2020).
You must supply a SecretResolver with private key material for each kid used in AuthCrypt.
Placeholder path
DidCommCrypto remains for non-interoperable local experiments (dummy ciphertext). Do not use it for production or cross-vendor interop.