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.TechnicalConnectorExceptionEncryptionToken getETK(IdentifierType identifierType, Long identifierValue, String application) throws TechnicalConnectorException
EncryptionToken based on the input parametersTechnicalConnectorExceptionSet<EncryptionToken> getETKs(IdentifierType identifierType, Long identifierValue, String application) throws TechnicalConnectorException
Set of EncryptionToken based on the input parameters.TechnicalConnectorExceptionvoid setKeyDepotService(KeyDepotService service)
KeyDepotService used by the manager.
Default: ServiceFactory.getKeyDepotService()
Connector Packaging generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.