#include <sslidentity.h>
|
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) |
|
◆ ~SSLIdentity() [1/2]
virtual rtc::SSLIdentity::~SSLIdentity |
( |
| ) |
|
|
inlinevirtual |
◆ ~SSLIdentity() [2/2]
virtual rtc::SSLIdentity::~SSLIdentity |
( |
| ) |
|
|
inlinevirtual |
◆ certificate() [1/2]
◆ certificate() [2/2]
◆ DerToPem() [1/2]
◆ DerToPem() [2/2]
◆ FromPEMStrings() [1/2]
◆ FromPEMStrings() [2/2]
◆ Generate() [1/4]
◆ Generate() [2/4]
◆ Generate() [3/4]
◆ Generate() [4/4]
◆ GenerateForTest() [1/2]
◆ GenerateForTest() [2/2]
◆ GenerateWithExpiration() [1/2]
◆ GenerateWithExpiration() [2/2]
◆ GetReference() [1/2]
virtual SSLIdentity* rtc::SSLIdentity::GetReference |
( |
| ) |
const |
|
pure virtual |
◆ GetReference() [2/2]
virtual SSLIdentity* rtc::SSLIdentity::GetReference |
( |
| ) |
const |
|
pure virtual |
◆ PemToDer() [1/2]
◆ PemToDer() [2/2]
◆ PrivateKeyToPEMString() [1/2]
virtual std::string rtc::SSLIdentity::PrivateKeyToPEMString |
( |
| ) |
const |
|
pure virtual |
◆ PrivateKeyToPEMString() [2/2]
virtual std::string rtc::SSLIdentity::PrivateKeyToPEMString |
( |
| ) |
const |
|
pure virtual |
◆ PublicKeyToPEMString() [1/2]
virtual std::string rtc::SSLIdentity::PublicKeyToPEMString |
( |
| ) |
const |
|
pure virtual |
◆ PublicKeyToPEMString() [2/2]
virtual std::string rtc::SSLIdentity::PublicKeyToPEMString |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/base/sslidentity.h
- Source/ThirdParty/libwebrtc/Source/webrtc/base/sslidentity.cc