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.h74 class SSLIdentity { class in namespace:talk_base
81 static SSLIdentity* Generate(const std::string& common_name);
84 static SSLIdentity* FromPEMStrings(const std::string& private_key,
87 virtual ~SSLIdentity() {}
89 // Returns a new SSLIdentity object instance wrapping the same
92 virtual SSLIdentity* GetReference() const = 0;

Completed in 77 milliseconds