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

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

Completed in 94 milliseconds