Searched defs:NSSCertDatabase (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/cert/
H A Dnss_cert_database.h35 class NET_EXPORT NSSCertDatabase { class in namespace:net
103 // Creates a NSSCertDatabase that will store public information (such as
106 // In general, code should avoid creating an NSSCertDatabase directly,
108 // data, and instead prefer to be passed an existing NSSCertDatabase
112 NSSCertDatabase(crypto::ScopedPK11Slot public_slot,
114 virtual ~NSSCertDatabase();
137 // Note: The System slot is set after the NSSCertDatabase is constructed and
271 // directly through the NSSCertDatabase, but not those from the CertDatabase.
305 base::WeakPtrFactory<NSSCertDatabase> weak_factory_;
307 DISALLOW_COPY_AND_ASSIGN(NSSCertDatabase);
[all...]
H A Dnss_cert_database.cc42 // TODO(pneubeck): Move this class out of NSSCertDatabase and to the caller of
43 // the c'tor of NSSCertDatabase, see https://crbug.com/395983 .
44 // Helper that observes events from the NSSCertDatabase and forwards them to
46 class CertNotificationForwarder : public NSSCertDatabase::Observer {
53 // NSSCertDatabase::Observer implementation:
74 NSSCertDatabase::ImportCertFailure::ImportCertFailure(
79 NSSCertDatabase::ImportCertFailure::~ImportCertFailure() {}
81 NSSCertDatabase::NSSCertDatabase(crypto::ScopedPK11Slot public_slot, function in class:net::NSSCertDatabase
97 NSSCertDatabase
[all...]

Completed in 105 milliseconds