public class AuthorityServiceImpl extends Object implements AuthorityService
AuthorityService
Constructor and Description |
---|
AuthorityServiceImpl() |
Modifier and Type | Method and Description |
---|---|
SignResponse |
signRequest(X509Certificate certificate,
PrivateKey privateKey,
SignRequest signRequest)
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.
|
public SignResponse signRequest(X509Certificate certificate, PrivateKey privateKey, SignRequest signRequest) throws TechnicalConnectorException
AuthorityService
signRequest
in interface AuthorityService
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.signRequest
- 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.