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

/external/chromium_org/third_party/webrtc/base/
H A Dfakesslidentity.h82 class FakeSSLIdentity : public rtc::SSLIdentity { class in namespace:rtc
84 explicit FakeSSLIdentity(const std::string& data) : cert_(data) {} function in class:rtc::FakeSSLIdentity
85 explicit FakeSSLIdentity(const FakeSSLCertificate& cert) : cert_(cert) {} function in class:rtc::FakeSSLIdentity
86 virtual FakeSSLIdentity* GetReference() const {
87 return new FakeSSLIdentity(*this);

Completed in 62 milliseconds