Skip to content

Feature: Parse eiDAS Trusted List XML

Moritz Kirstein requested to merge feat/abstract-parsing-class into development

Implements #6 (closed), #7 (closed), #8 (closed)

Proposed Changes

  • Adjust POST: /api/trustAnchor response to be in line with openapi3 docs
  • Adds an abstract TrustAnchorListParser class to be extended/implemented by new parsers
  • Changes the data models according to #8 (closed)
  • Implements a parser class for the eiDAS LotL (#7 (closed))
  • Adds fetching, parsing and storing of TrustAnchors to the GET: /api/trustAnchor route for quick testing iterations & demonstration purposes
Edited by Moritz Kirstein

Merge request reports