[Tizen] Add WebView Certificate policy decision error get and suspend
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 27 Aug 2024 06:35:29 +0000 (15:35 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 27 Aug 2024 06:35:29 +0000 (15:35 +0900)
This reverts commit 50b17b521c510dd82d08be13618f4567b9c4550f.

dali/devel-api/adaptor-framework/web-engine/web-engine-certificate.h

index d0a0699..8367f16 100755 (executable)
@@ -66,6 +66,21 @@ public:
    * @return true if the context is secure, false otherwise
    */
   virtual bool IsContextSecure() const = 0;
+
+  /**
+   * @brief Get certificate policy decision error.
+   *
+   * @return Ewk_Certificate_Policy_Decision_Error type
+   */
+  virtual int GetPolicyDecisionError() const = 0;
+
+  /**
+   * @brief Suspend certification policy decision.
+   *
+   * @return true if suspend, false otherwise
+   */
+  virtual bool SuspendPolicyDecision() const = 0;
+
 };
 
 } // namespace Dali