Molybden API
|
The BrowserDelegates::onVerifyCert action. More...
#include <browser_delegates.hpp>
Public Member Functions | |
VerifyCertAction (std::unique_ptr< rpc::internal::Callback > callback) | |
void | valid () |
Mark the given certificate as valid. | |
void | invalid (const std::vector< CertVerificationStatus > &statuses) |
Mark the given certificate as invalid with the specific statuses. | |
void | defaultAction () |
Use the default behavior and let Chromium verify the certificate. | |
Public Member Functions inherited from molybden::Action | |
Action (std::unique_ptr< rpc::internal::Callback > callback) | |
Additional Inherited Members | |
Protected Attributes inherited from molybden::Action | |
std::unique_ptr< rpc::internal::Callback > | callback_ |
The BrowserDelegates::onVerifyCert action.