Package be.business.connector.core.utils
Class ETKHelper
- java.lang.Object
-
- be.business.connector.core.utils.ETKHelper
-
public class ETKHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ETKHelper(PropertyHandler propertyHandler, EncryptionUtils encryptionUtils)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken>getEtks(KgssIdentifierType identifierType, Long identifierValue, String applicationid)List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken>getEtks(KgssIdentifierType identifierType, String identifierValue)List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken>getKGSS_ETK()List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken>getRecipe_ETK()List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken>getSystemETK()static StringlongToString(Long id, int numberOfDigits)static StringsubString(String id, int numberOfDigits)
-
-
-
Constructor Detail
-
ETKHelper
public ETKHelper(PropertyHandler propertyHandler, EncryptionUtils encryptionUtils)
-
-
Method Detail
-
getKGSS_ETK
public List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken> getKGSS_ETK() throws IntegrationModuleException
- Throws:
IntegrationModuleException
-
getRecipe_ETK
public List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken> getRecipe_ETK() throws IntegrationModuleException
- Throws:
IntegrationModuleException
-
getSystemETK
public List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken> getSystemETK() throws IntegrationModuleException
- Throws:
IntegrationModuleException
-
getEtks
public List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken> getEtks(KgssIdentifierType identifierType, String identifierValue) throws IntegrationModuleException
- Throws:
IntegrationModuleException
-
getEtks
public List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken> getEtks(KgssIdentifierType identifierType, Long identifierValue, String applicationid) throws IntegrationModuleException
- Throws:
IntegrationModuleException
-
-