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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dsslidentity.h42 // The SSLCertificate object is pretty much immutable once created.
45 class SSLCertificate { class in namespace:talk_base
53 static SSLCertificate* FromPEMString(const std::string& pem_string,
55 virtual ~SSLCertificate() {}
57 // Returns a new SSLCertificate object instance wrapping the same
60 virtual SSLCertificate* GetReference() = 0;
86 virtual SSLCertificate& certificate() const = 0;

Completed in 485 milliseconds