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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dsslidentity.h69 class SSLIdentity { class in namespace:talk_base
76 static SSLIdentity* Generate(const std::string& common_name);
78 virtual ~SSLIdentity() {}
80 // Returns a new SSLIdentity object instance wrapping the same
83 virtual SSLIdentity* GetReference() = 0;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsslidentity.h138 class SSLIdentity { class in namespace:talk_base
145 static SSLIdentity* Generate(const std::string& common_name);
148 static SSLIdentity* FromPEMStrings(const std::string& private_key,
151 virtual ~SSLIdentity() {}
153 // Returns a new SSLIdentity object instance wrapping the same
156 virtual SSLIdentity* GetReference() const = 0;

Completed in 164 milliseconds