public interface KeyDepotService extends Serializable
Depending on the defined search criteria and corresponding availability of ETK's within the Key Depot, a result from this service can be one of the following:
ServiceFactory.getKeyDepotService()
Modifier and Type | Method and Description |
---|---|
GetEtkResponse |
getETK(GetEtkRequest etkRequest)
Request an ETK from the Key Depot
|
Set<EncryptionToken> |
getETKSet(IdentifierType identifierType,
String identifierValue,
String applicationId)
Gets the a
Set of EncryptionToken from the KeyDepot based on the input parameters. |
GetEtkResponse getETK(GetEtkRequest etkRequest) throws TechnicalConnectorException
etkRequest
- Request data structure for the getEtk operation.TechnicalConnectorException
- When a technical exception occursSet<EncryptionToken> getETKSet(IdentifierType identifierType, String identifierValue, String applicationId) throws TechnicalConnectorException
Set
of EncryptionToken
from the KeyDepot based on the input parameters.TechnicalConnectorException
Connector Packaging TECHNICAL 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.