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

/external/chromium_org/third_party/webrtc/base/
H A Dsslidentity.h25 // Forward declaration due to circular dependency with SSLCertificate.
33 // The SSLCertificate object is pretty much immutable once created.
36 class SSLCertificate { class in namespace:rtc
44 static SSLCertificate* FromPEMString(const std::string& pem_string);
45 virtual ~SSLCertificate() {}
47 // Returns a new SSLCertificate object instance wrapping the same
50 virtual SSLCertificate* GetReference() const = 0;
75 // SSLCertificate pointers.
78 // These constructors copy the provided SSLCertificate(s), so the caller
80 explicit SSLCertChain(const std::vector<SSLCertificate*>
[all...]

Completed in 64 milliseconds