Class OptimizedKgssServiceImpl
- java.lang.Object
-
- be.business.connector.core.ehealth.services.OptimizedKgssServiceImpl
-
public class OptimizedKgssServiceImpl extends Object
This class was written in the context of optimizing the single threaded performance of fetching multiple KGSS keys in the .NET version of the SDK
-
-
Constructor Summary
Constructors Constructor Description OptimizedKgssServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,be.ehealth.technicalconnector.service.kgss.domain.KeyResult>retrieveMultipleKeysWithoutCache(Set<String> keyIds, byte[] myEtk, byte[] kgssEtk)
-
-
-
Method Detail
-
retrieveMultipleKeysWithoutCache
public Map<String,be.ehealth.technicalconnector.service.kgss.domain.KeyResult> retrieveMultipleKeysWithoutCache(Set<String> keyIds, byte[] myEtk, byte[] kgssEtk) throws IntegrationModuleException
- Throws:
IntegrationModuleException
-
-