Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dfakesslidentity.h95 explicit FakeSSLIdentity(const std::string& data) : cert_(data) {} in FakeSSLIdentity() function
96 explicit FakeSSLIdentity(const FakeSSLCertificate& cert) : cert_(cert) {} in FakeSSLIdentity() function