HomeSort by relevance Sort by last modified time
    Searched defs:ServerBoundCert (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/ssl/
server_bound_cert_store.cc 9 ServerBoundCertStore::ServerBoundCert::ServerBoundCert() {
12 ServerBoundCertStore::ServerBoundCert::ServerBoundCert(
24 ServerBoundCertStore::ServerBoundCert::~ServerBoundCert() {}
server_bound_cert_store.h 28 // The ServerBoundCert class contains a private key in addition to the server
30 class NET_EXPORT ServerBoundCert {
32 ServerBoundCert();
33 ServerBoundCert(const std::string& server_identifier,
38 ~ServerBoundCert();
62 typedef std::list<ServerBoundCert> ServerBoundCertList;

Completed in 29 milliseconds