public interface ConsultServiceV2
ConsultServiceV2Impl
Modifier and Type | Method and Description |
---|---|
TSConsultResponse |
checkCompleteness(X509Certificate certificate,
PrivateKey privateKey,
TSConsultRequest request)
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 request)
Retrieves an actual time stamp from the eHealth-platform Archive, based on a unique sequence number and a time.
|
TSConsultTSBagResponse getTimestamp(X509Certificate certificate, PrivateKey privateKey, TSConsultTSBagRequest request) throws TechnicalConnectorException
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.request
- Request message for the Get Time Stamp operation.TechnicalConnectorException
- the technical connector exceptionTSConsultResponse checkCompleteness(X509Certificate certificate, PrivateKey privateKey, TSConsultRequest request) throws TechnicalConnectorException
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.request
- Request message for the Check Completeness operation.TechnicalConnectorException
- the technical connector exception
Connector Packaging TECHNICAL 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.