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

/external/webrtc/webrtc/base/
H A Dsslidentity.h184 class SSLIdentity { class in namespace:rtc
191 static SSLIdentity* Generate(const std::string& common_name,
193 static SSLIdentity* Generate(const std::string& common_name,
199 static SSLIdentity* GenerateForTest(const SSLIdentityParams& params);
202 static SSLIdentity* FromPEMStrings(const std::string& private_key,
205 virtual ~SSLIdentity() {}
207 // Returns a new SSLIdentity object instance wrapping the same
211 virtual SSLIdentity* GetReference() const = 0;

Completed in 131 milliseconds