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

/external/webrtc/webrtc/base/
H A Dfakesslidentity.h93 class FakeSSLIdentity : public rtc::SSLIdentity { class in namespace:rtc
95 explicit FakeSSLIdentity(const std::string& data) : cert_(data) {} function in class:rtc::FakeSSLIdentity
96 explicit FakeSSLIdentity(const FakeSSLCertificate& cert) : cert_(cert) {} function in class:rtc::FakeSSLIdentity
97 virtual FakeSSLIdentity* GetReference() const {
98 return new FakeSSLIdentity(*this);

Completed in 138 milliseconds