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

/external/chromium_org/third_party/webrtc/base/
H A Dfakesslidentity.h22 class FakeSSLCertificate : public rtc::SSLCertificate { class in namespace:rtc
26 explicit FakeSSLCertificate(const std::string& data) function in class:rtc::FakeSSLCertificate
28 explicit FakeSSLCertificate(const std::vector<std::string>& certs) function in class:rtc::FakeSSLCertificate
33 certs_.push_back(FakeSSLCertificate(*it));
36 virtual FakeSSLCertificate* GetReference() const {
37 return new FakeSSLCertificate(*this);
73 static FakeSSLCertificate* DupCert(FakeSSLCertificate cert) {
78 std::vector<FakeSSLCertificate> certs_;
85 explicit FakeSSLIdentity(const FakeSSLCertificate
[all...]

Completed in 155 milliseconds