|
libsshpp v0.1.7
Modern C++17 wrapper for libssh
|
This is the complete list of members for sshpp::Key, including all inherited members.
| bits() const noexcept | sshpp::Key | |
| equals(const Key &other, bool compare_private=false) const noexcept | sshpp::Key | |
| fingerprint(HashType=HashType::sha256) const | sshpp::Key | |
| from_authorized_keys_line(std::string_view line) | sshpp::Key | static |
| from_native(native_key, Ownership) | sshpp::Key | static |
| from_private_file(const std::filesystem::path &, PassphraseCallback={}) | sshpp::Key | static |
| from_public_base64(std::string_view b64, KeyType type) | sshpp::Key | static |
| from_public_file(const std::filesystem::path &) | sshpp::Key | static |
| generate(KeyType, int bits=0) | sshpp::Key | static |
| is_private() const noexcept | sshpp::Key | |
| is_public() const noexcept | sshpp::Key | |
| Key()=default | sshpp::Key | |
| Key(Key &&) noexcept | sshpp::Key | |
| Key(const Key &)=delete | sshpp::Key | |
| native_handle() const noexcept | sshpp::Key | inline |
| operator bool() const noexcept | sshpp::Key | inlineexplicit |
| operator=(Key &&) noexcept | sshpp::Key | |
| operator=(const Key &)=delete | sshpp::Key | |
| public_part() const | sshpp::Key | |
| to_authorized_keys_line(std::string_view comment={}) const | sshpp::Key | |
| to_public_base64() const | sshpp::Key | |
| type() const noexcept | sshpp::Key | |
| type_name() const | sshpp::Key | |
| write_public_file(const std::filesystem::path &) const | sshpp::Key | |
| ~Key() | sshpp::Key |