Add recovery APIs to use when there is something wrong with encryption
[platform/core/security/ode.git] / rmi / internal-encryption.h
index d6c3d85..8b04e82 100644 (file)
@@ -36,6 +36,8 @@ public:
        int encrypt(const std::string& password, unsigned int options);
        int decrypt(const std::string& password);
 
+       int recovery();
+
        int isPasswordInitialized();
        int initPassword(const std::string& password);
        int cleanPassword(const std::string& password);