public class ConsultServiceV2Impl extends AbstractConsultationServiceImpl<TSConsultTSBagRequest,TSConsultTSBagResponse,TSConsultRequest,TSConsultResponse> implements ConsultServiceV2
ConsultServiceV2
Constructor and Description |
---|
ConsultServiceV2Impl() |
Modifier and Type | Method and Description |
---|---|
TSConsultResponse |
checkCompleteness(X509Certificate certificate,
PrivateKey privateKey,
TSConsultRequest consultRequest)
Retrieves the list of missing time stamps, provided is a time period and list of time stamps (id and times).
|
TSConsultTSBagResponse |
getTimestamp(X509Certificate certificate,
PrivateKey privateKey,
TSConsultTSBagRequest consultRequest)
Retrieves an actual time stamp from the eHealth-platform Archive, based on a unique sequence number and a time.
|
public TSConsultTSBagResponse getTimestamp(X509Certificate certificate, PrivateKey privateKey, TSConsultTSBagRequest consultRequest) throws TechnicalConnectorException
ConsultServiceV2
getTimestamp
in interface ConsultServiceV2
certificate
- X.509 certificate, that includes the public key, of the organization invoking this service. This certificate is
used for applying the required web service security policy. Eventually it is used for authentication and authorization
purposes by the eHealth-platform.privateKey
- Private key, linked to the X.509 certificate mentioned above.consultRequest
- Request message for the Get Time Stamp operation.TechnicalConnectorException
- the technical connector exceptionpublic TSConsultResponse checkCompleteness(X509Certificate certificate, PrivateKey privateKey, TSConsultRequest consultRequest) throws TechnicalConnectorException
ConsultServiceV2
checkCompleteness
in interface ConsultServiceV2
certificate
- X.509 certificate, that includes the public key, of the organization invoking this service. This certificate is
used for applying the required web service security policy. Eventually it is used for authentication and authorization
purposes by the eHealth-platform.privateKey
- Private key, linked to the X.509 certificate mentioned above.consultRequest
- Request message for the Check Completeness operation.TechnicalConnectorException
- the technical connector exception
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.