Implement key retrieval in encryption service
[platform/core/security/key-manager.git] / src / manager / service / encryption-logic.h
index 21876f6..8f941dd 100644 (file)
@@ -37,6 +37,7 @@ public:
     virtual ~EncryptionLogic() {}
 
     void Crypt(const CryptoRequest& request);
+    void KeyRetrieved(MsgKeyResponse response);
 private:
     IEncryptionService& m_service;