public interface KeyDepotManager
Factory : KeyDepotManagerFactory
Modifier and Type | Interface and Description |
---|---|
static class |
KeyDepotManager.EncryptionTokenType |
Modifier and Type | Method and Description |
---|---|
EncryptionToken |
getETK(IdentifierType identifierType,
Long identifierValue,
String application)
Gets the
EncryptionToken based on the input parameters |
EncryptionToken |
getETK(KeyDepotManager.EncryptionTokenType type)
Gets the
EncryptionToken linked with the given EncryptionTokenType parameter. |
Set<EncryptionToken> |
getETKs(IdentifierType identifierType,
Long identifierValue,
String application)
Gets the a
Set of EncryptionToken based on the input parameters. |
void |
setKeyDepotService(KeyDepotService service)
Method to override the
KeyDepotService used by the manager. |
EncryptionToken getETK(KeyDepotManager.EncryptionTokenType type) throws TechnicalConnectorException
EncryptionToken
linked with the given EncryptionTokenType parameter.TechnicalConnectorException
EncryptionToken getETK(IdentifierType identifierType, Long identifierValue, String application) throws TechnicalConnectorException
EncryptionToken
based on the input parametersTechnicalConnectorException
Set<EncryptionToken> getETKs(IdentifierType identifierType, Long identifierValue, String application) throws TechnicalConnectorException
Set
of EncryptionToken
based on the input parameters.TechnicalConnectorException
void setKeyDepotService(KeyDepotService service)
KeyDepotService
used by the manager.
Default: ServiceFactory.getKeyDepotService()
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.