Searched defs:CertType (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/base/
H A Dcert_type.h18 enum CertType { enum in namespace:net
/external/chromium_org/net/cert/
H A Dcert_type.h18 enum CertType { enum in namespace:net
/external/chromium_org/chrome/browser/chromeos/options/
H A Dcert_library.h40 enum CertType { enum in class:chromeos::CertLibrary
67 int NumCertificates(CertType type) const;
70 base::string16 GetCertDisplayStringAt(CertType type, int index) const;
71 std::string GetCertPEMAt(CertType type, int index) const;
72 std::string GetCertPkcs11IdAt(CertType type, int index) const;
73 bool IsCertHardwareBackedAt(CertType type, int index) const;
80 int GetCertIndexByPEM(CertType type, const std::string& pem_encoded) const;
83 int GetCertIndexByPkcs11Id(CertType type, const std::string& pkcs11_id) const;
93 net::X509Certificate* GetCertificateAt(CertType type, int index) const;
94 const net::CertificateList& GetCertificateListForType(CertType typ
[all...]

Completed in 147 milliseconds