RemoteCredentialMetadataRegistry
A CredentialMetadataRegistry that fetches metadata documents over HTTP, mirroring at.asitplus.wallet.lib.data.StaticCredentialMetadataRegistry but with remote retrieval.
This registry owns the vct -> URL mapping (documentUrls); the underlying KtorSdJwtTypeMetadataDocumentRetriever is given only a lookup (documentUrls::get), so the mapping stays in the registry, not in the retriever. The same URL is reused as the resolved scheme's schemaUri.
documentUrls is intentionally minimal — fill it with the known vct/URL pairs. The map is shared with the retriever, so later additions are picked up for both lookup and retrieval (incl. extends parents).
Identifier resolution mirrors the static registry: an aliases entry wins; otherwise for SD_JWT the identifier is the vct directly. Mapping a decoupled W3C vcType / ISO docType to its vct needs an aliases entry until richer discovery is added.