summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/include/policy/cache_manager_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/policy_regular/include/policy/cache_manager_interface.h')
-rw-r--r--src/components/policy/policy_regular/include/policy/cache_manager_interface.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/policy/policy_regular/include/policy/cache_manager_interface.h b/src/components/policy/policy_regular/include/policy/cache_manager_interface.h
index 477ad6b3ca..3dd2953865 100644
--- a/src/components/policy/policy_regular/include/policy/cache_manager_interface.h
+++ b/src/components/policy/policy_regular/include/policy/cache_manager_interface.h
@@ -303,13 +303,6 @@ class CacheManagerInterface {
virtual bool IsDefaultPolicy(const std::string& app_id) const = 0;
/**
- * @brief Sets decrypted certificate in policy table
- * @param certificate content of certificate
- */
- virtual void SetDecryptedCertificate(
- const std::string& certificate) const = 0;
-
- /**
* @brief SetIsDefault Sets is_default flag for application
* @param app_id app specific application
* @return true in case opperation was done successfully.