Home
last modified time | relevance | path

Searched defs:ServerCertificateConfig (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/test/embedded_test_server/
Dembedded_test_server.h273 struct ServerCertificateConfig { struct
278 ServerCertificateConfig& operator=(const ServerCertificateConfig&); argument
279 ServerCertificateConfig& operator=(ServerCertificateConfig&&); argument
283 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;
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcredentials.pxd.pxi82 cdef class ServerCertificateConfig: class
Dcredentials.pyx.pxi178 cdef class ServerCertificateConfig: class