OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SSLIdentity
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
sslidentity.h
69
class
SSLIdentity
{
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/
sslidentity.h
138
class
SSLIdentity
{
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 32 milliseconds