#include <key.h>
◆ Key() [1/2]
adb::crypto::Key::Key |
( |
bssl::UniquePtr< EVP_PKEY > && |
pkey, |
|
|
adb::proto::KeyType |
type |
|
) |
| |
|
inlineexplicit |
◆ Key() [2/2]
adb::crypto::Key::Key |
( |
Key && |
| ) |
|
|
default |
◆ GetEvpPkey()
EVP_PKEY * adb::crypto::Key::GetEvpPkey |
( |
| ) |
const |
|
inline |
◆ GetKeyType()
adb::proto::KeyType adb::crypto::Key::GetKeyType |
( |
| ) |
const |
|
inline |
◆ operator=()
Key & adb::crypto::Key::operator= |
( |
Key && |
| ) |
|
|
default |
◆ ToPEMString()
std::string adb::crypto::Key::ToPEMString |
( |
EVP_PKEY * |
pkey | ) |
|
|
static |
◆ key_type_
adb::proto::KeyType adb::crypto::Key::key_type_ |
|
private |
◆ pkey_
bssl::UniquePtr<EVP_PKEY> adb::crypto::Key::pkey_ |
|
private |
The documentation for this class was generated from the following files: