Lines Matching refs:X509Certificate
21 class X509Certificate; variable
22 typedef std::vector<scoped_refptr<X509Certificate> > CertificateList;
46 virtual void OnUserCertAdded(const X509Certificate* cert) {} in OnUserCertAdded()
50 virtual void OnCertTrustChanged(const X509Certificate* cert) {} in OnCertTrustChanged()
62 ImportCertFailure(X509Certificate* cert, int err);
65 scoped_refptr<X509Certificate> certificate;
90 int CheckUserCert(X509Certificate* cert);
95 int AddUserCert(X509Certificate* cert);
131 X509Certificate* FindRootInList(const CertificateList& certificates) const;
156 unsigned int GetCertTrust(const X509Certificate* cert, CertType type) const;
160 bool SetCertTrust(const X509Certificate* cert,
167 bool DeleteCertAndKey(const X509Certificate* cert);
170 bool IsReadOnly(const X509Certificate* cert) const;
184 static void NotifyObserversOfUserCertAdded(const X509Certificate* cert);
185 static void NotifyObserversOfCertTrustChanged(const X509Certificate* cert);