public interface CommonAsyncService
Modifier and Type | Method and Description |
---|---|
ConfirmResponse |
confirmAll(ProcessedGetResponse getResponse) |
ConfirmResponse |
confirmAllMessages(ProcessedGetResponse getResponse) |
ConfirmResponse |
confirmAllTAcks(ProcessedGetResponse getResponse) |
ConfirmResponse |
confirmMessage(ProcessedMsgResponse msgResponse) |
ConfirmResponse |
confirmTAck(ProcessedTAckResponse tAckResponse) |
SignatureVerificationResult |
validateXadesTWithManifest(TAckResponse tAckResponse,
Blob postedBlob,
byte[] xadesT)
Method to validate asynchrounously the signature of a tack response against the original posted blob.
|
ConfirmResponse confirmAll(ProcessedGetResponse getResponse) throws ConnectorException
ConnectorException
ConfirmResponse confirmAllTAcks(ProcessedGetResponse getResponse) throws ConnectorException
ConnectorException
ConfirmResponse confirmAllMessages(ProcessedGetResponse getResponse) throws ConnectorException
ConnectorException
ConfirmResponse confirmTAck(ProcessedTAckResponse tAckResponse) throws ConnectorException
ConnectorException
ConfirmResponse confirmMessage(ProcessedMsgResponse msgResponse) throws ConnectorException
ConnectorException
SignatureVerificationResult validateXadesTWithManifest(TAckResponse tAckResponse, Blob postedBlob, byte[] xadesT) throws GenAsyncBusinessConnectorException
tAckResponse
- the signed tack responsepostedBlob
- the blob posted as the the original request. The signature must contain a manifest linked to this blobxadesT
- the signature to be verifiedGenAsyncBusinessConnectorException
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.