public interface AuthorityService
AuthorityServiceImpl
Modifier and Type | Method and Description |
---|---|
SignResponse |
signRequest(X509Certificate certificate,
PrivateKey privateKey,
SignRequest request)
This operation can be used to either make a time stamp of one or more documents, or to make a time stamp of the hash value of the
original documents.
|
SignResponse signRequest(X509Certificate certificate, PrivateKey privateKey, SignRequest 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 Sign Request operation.TechnicalConnectorException
- the technical connector exception
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.