Class KeyDepotServiceImpl
- java.lang.Object
-
- be.business.connector.core.ehealth.services.KeyDepotServiceImpl
-
- All Implemented Interfaces:
KeyDepotService
public class KeyDepotServiceImpl extends Object implements KeyDepotService
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KeyDepotServicegetInstance()Gets the singleton instance of KeyDepotServiceImpl.List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken>retrieveEtk(KgssIdentifierType identifierType, String identifierValue, String applicationName)Retrieve etk.
-
-
-
Method Detail
-
getInstance
public static KeyDepotService getInstance()
Gets the singleton instance of KeyDepotServiceImpl.- Returns:
- singleton instance of KeyDepotServiceImpl
-
retrieveEtk
public List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken> retrieveEtk(KgssIdentifierType identifierType, String identifierValue, String applicationName) throws IntegrationModuleException, GeneralSecurityException
Description copied from interface:KeyDepotServiceRetrieve etk.- Specified by:
retrieveEtkin interfaceKeyDepotService- Parameters:
identifierType- the etk typeidentifierValue- the ekt valueapplicationName- the ekt application name- Returns:
- the byte[]
- Throws:
IntegrationModuleExceptionGeneralSecurityException
-
-