#include <opensslidentity.h>
|
static OpenSSLIdentity * | GenerateWithExpiration (const std::string &common_name, const KeyParams &key_params, time_t certificate_lifetime) |
|
static OpenSSLIdentity * | GenerateForTest (const SSLIdentityParams ¶ms) |
|
static SSLIdentity * | FromPEMStrings (const std::string &private_key, const std::string &certificate) |
|
static OpenSSLIdentity * | GenerateWithExpiration (const std::string &common_name, const KeyParams &key_params, time_t certificate_lifetime) |
|
static OpenSSLIdentity * | GenerateForTest (const SSLIdentityParams ¶ms) |
|
static SSLIdentity * | FromPEMStrings (const std::string &private_key, const std::string &certificate) |
|
static SSLIdentity * | GenerateWithExpiration (const std::string &common_name, const KeyParams &key_param, time_t certificate_lifetime) |
|
static SSLIdentity * | Generate (const std::string &common_name, const KeyParams &key_param) |
|
static SSLIdentity * | Generate (const std::string &common_name, KeyType key_type) |
|
static SSLIdentity * | GenerateForTest (const SSLIdentityParams ¶ms) |
|
static SSLIdentity * | FromPEMStrings (const std::string &private_key, const std::string &certificate) |
|
static bool | PemToDer (const std::string &pem_type, const std::string &pem_string, std::string *der) |
|
static std::string | DerToPem (const std::string &pem_type, const unsigned char *data, size_t length) |
|
static SSLIdentity * | GenerateWithExpiration (const std::string &common_name, const KeyParams &key_param, time_t certificate_lifetime) |
|
static SSLIdentity * | Generate (const std::string &common_name, const KeyParams &key_param) |
|
static SSLIdentity * | Generate (const std::string &common_name, KeyType key_type) |
|
static SSLIdentity * | GenerateForTest (const SSLIdentityParams ¶ms) |
|
static SSLIdentity * | FromPEMStrings (const std::string &private_key, const std::string &certificate) |
|
static bool | PemToDer (const std::string &pem_type, const std::string &pem_string, std::string *der) |
|
static std::string | DerToPem (const std::string &pem_type, const unsigned char *data, size_t length) |
|
◆ ~OpenSSLIdentity() [1/2]
rtc::OpenSSLIdentity::~OpenSSLIdentity |
( |
| ) |
|
|
overridedefault |
◆ ~OpenSSLIdentity() [2/2]
rtc::OpenSSLIdentity::~OpenSSLIdentity |
( |
| ) |
|
|
override |
◆ certificate() [1/2]
◆ certificate() [2/2]
◆ ConfigureIdentity() [1/2]
bool rtc::OpenSSLIdentity::ConfigureIdentity |
( |
SSL_CTX * |
ctx | ) |
|
◆ ConfigureIdentity() [2/2]
bool rtc::OpenSSLIdentity::ConfigureIdentity |
( |
SSL_CTX * |
ctx | ) |
|
◆ FromPEMStrings() [1/2]
◆ FromPEMStrings() [2/2]
◆ GenerateForTest() [1/2]
◆ GenerateForTest() [2/2]
◆ GenerateWithExpiration() [1/2]
◆ GenerateWithExpiration() [2/2]
◆ GetReference() [1/2]
◆ GetReference() [2/2]
◆ operator!=() [1/2]
bool rtc::OpenSSLIdentity::operator!= |
( |
const OpenSSLIdentity & |
other | ) |
const |
◆ operator!=() [2/2]
bool rtc::OpenSSLIdentity::operator!= |
( |
const OpenSSLIdentity & |
other | ) |
const |
◆ operator==() [1/2]
bool rtc::OpenSSLIdentity::operator== |
( |
const OpenSSLIdentity & |
other | ) |
const |
◆ operator==() [2/2]
bool rtc::OpenSSLIdentity::operator== |
( |
const OpenSSLIdentity & |
other | ) |
const |
◆ PrivateKeyToPEMString() [1/2]
std::string rtc::OpenSSLIdentity::PrivateKeyToPEMString |
( |
| ) |
const |
|
overridevirtual |
◆ PrivateKeyToPEMString() [2/2]
std::string rtc::OpenSSLIdentity::PrivateKeyToPEMString |
( |
| ) |
const |
|
overridevirtual |
◆ PublicKeyToPEMString() [1/2]
std::string rtc::OpenSSLIdentity::PublicKeyToPEMString |
( |
| ) |
const |
|
overridevirtual |
◆ PublicKeyToPEMString() [2/2]
std::string rtc::OpenSSLIdentity::PublicKeyToPEMString |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: