Searched defs:ServerCertificateConfig (Results 1 – 3 of 3) sorted by relevance
273 struct ServerCertificateConfig { struct278 ServerCertificateConfig& operator=(const ServerCertificateConfig&); argument279 ServerCertificateConfig& operator=(ServerCertificateConfig&&); argument283 IntermediateType intermediate = IntermediateType::kNone;294 OCSPConfig ocsp_config;297 OCSPConfig stapled_ocsp_config;301 OCSPConfig intermediate_ocsp_config;306 std::vector<std::string> policy_oids;309 std::vector<std::string> dns_names;312 std::vector<net::IPAddress> ip_addresses;
82 cdef class ServerCertificateConfig: class
178 cdef class ServerCertificateConfig: class