Interface KeyDepotService
-
- All Known Implementing Classes:
KeyDepotServiceImpl
public interface KeyDepotServiceThe Interface KeyDepotService.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken>retrieveEtk(KgssIdentifierType etkType, String ektValue, String ektApplicationName)Retrieve etk.
-
-
-
Method Detail
-
retrieveEtk
List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken> retrieveEtk(KgssIdentifierType etkType, String ektValue, String ektApplicationName) throws IntegrationModuleException, GeneralSecurityException
Retrieve etk.- Parameters:
etkType- the etk typeektValue- the ekt valueektApplicationName- the ekt application name- Returns:
- the byte[]
- Throws:
IntegrationModuleExceptionGeneralSecurityException
-
-