Home | History | Annotate | Download | only in cert

Lines Matching refs:cert

12 #include "net/cert/x509_certificate.h"
37 // Will be called when a new certificate is added. If the imported cert can
38 // be determined, |cert| will be non-NULL, but if not, or if multiple
39 // certificates were imported, |cert| may be NULL.
40 virtual void OnCertAdded(const X509Certificate* cert) {}
43 virtual void OnCertRemoved(const X509Certificate* cert) {}
47 virtual void OnCACertChanged(const X509Certificate* cert) {}
59 // Check whether this is a valid user cert that we have the private key for.
61 int CheckUserCert(X509Certificate* cert);
65 // the platform cert database, or possibly other network error codes.
66 int AddUserCert(X509Certificate* cert);
99 void NotifyObserversOfCertAdded(const X509Certificate* cert);
100 void NotifyObserversOfCertRemoved(const X509Certificate* cert);
101 void NotifyObserversOfCACertChanged(const X509Certificate* cert);