webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
rtc::RTCCertificatePEM Class Reference

#include <rtccertificate.h>

Public Member Functions

 RTCCertificatePEM (const std::string &private_key, const std::string &certificate)
 
const std::stringprivate_key () const
 
const std::stringcertificate () const
 
 RTCCertificatePEM (const std::string &private_key, const std::string &certificate)
 
const std::stringprivate_key () const
 
const std::stringcertificate () const
 

Constructor & Destructor Documentation

◆ RTCCertificatePEM() [1/2]

rtc::RTCCertificatePEM::RTCCertificatePEM ( const std::string private_key,
const std::string certificate 
)
inline

◆ RTCCertificatePEM() [2/2]

rtc::RTCCertificatePEM::RTCCertificatePEM ( const std::string private_key,
const std::string certificate 
)
inline

Member Function Documentation

◆ certificate() [1/2]

const std::string& rtc::RTCCertificatePEM::certificate ( ) const
inline

◆ certificate() [2/2]

const std::string& rtc::RTCCertificatePEM::certificate ( ) const
inline

◆ private_key() [1/2]

const std::string& rtc::RTCCertificatePEM::private_key ( ) const
inline

◆ private_key() [2/2]

const std::string& rtc::RTCCertificatePEM::private_key ( ) const
inline

The documentation for this class was generated from the following file: