Skip to content

Feature/fake signature verification

Cristina Pauna requested to merge feature/fake_signature_verification into main

This provides full integration of a document verification process, including a reporting stub

StubSignatureVerifierClient is the stub. Any other/real implementation of SignatureVerifierService will be preferred/injected instead of this class, because of the use of the DefaultBean annotation.

The current tests use mocks, so the development of a real DSS client will not break them.

Edited by Cristina Pauna

Merge request reports