summaryrefslogtreecommitdiff
path: root/src/components/include/security_manager/security_manager.h
diff options
context:
space:
mode:
authorAlexandr Galiuzov <agaliuzov@luxoft.com>2015-09-09 16:05:18 +0300
committerAleksandr Galiuzov <AGaliuzov@luxoft.com>2015-10-04 20:12:52 +0300
commitd656eb202c2c1060adf2e700bc2719f131d9f8bb (patch)
tree877d62f40b73f36c6ee716832530224efceee54f /src/components/include/security_manager/security_manager.h
parent20b2fc038ba1ed5c6d6d882d525781c41a740ea2 (diff)
downloadsdl_core-d656eb202c2c1060adf2e700bc2719f131d9f8bb.tar.gz
Trigger update in case of certificate to be expired
In case when certificate from policy table will be expired in less then defined in config file hours amount the PTU will be triggered. Closes-Issue:APPLINK-12302
Diffstat (limited to 'src/components/include/security_manager/security_manager.h')
-rw-r--r--src/components/include/security_manager/security_manager.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/include/security_manager/security_manager.h b/src/components/include/security_manager/security_manager.h
index 252ec610a8..97b1ffc065 100644
--- a/src/components/include/security_manager/security_manager.h
+++ b/src/components/include/security_manager/security_manager.h
@@ -40,10 +40,11 @@
#include "protocol_handler/protocol_observer.h"
#include "protocol_handler/session_observer.h"
-#include "security_manager/crypto_manager.h"
#include "security_manager/security_manager_listener.h"
namespace security_manager {
+
+class CryptoManager;
/**
* \brief SecurityManager interface implements protocol_handler::ProtocolObserver
* and provide interface for handling Security queries from mobile side
@@ -67,7 +68,7 @@ class SecurityManager
ERROR_ENCRYPTION_FAILED = 0x07,
ERROR_SSL_INVALID_DATA = 0x08,
ERROR_INTERNAL = 0xFF,
- ERROR_UNKWOWN_INTERNAL_ERROR = 0xFE // error valeu for testing
+ ERROR_UNKNOWN_INTERNAL_ERROR = 0xFE // error value for testing
};
/**
* \brief Sets pointer for Connection Handler layer for managing sessions