[Tizen] Add WebView Certificate policy decision error get and suspend 36/315736/1
authordongsug.song <dongsug.song@samsung.com>
Mon, 5 Aug 2024 12:49:24 +0000 (21:49 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Wed, 7 Aug 2024 05:15:04 +0000 (14:15 +0900)
Change-Id: Iaa65e099a1d81331edea3f1483a87ee0525fb33b

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

index d0a069918bdbddded99190c37d85be0ce64f651c..8367f1622d2c305821d652e0a485d4c502fca8f5 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