Loading...
Searching...
No Matches
sf::Sftp::SessionInfo::HostKey Struct Reference
Host key used to identify a host. More...
#include <D:/private/SFML/SFML/include/SFML/Network/Sftp.hpp>
Public Types | |
| enum class | Type { Unknown , Rsa , Dsa , Ecdsa256 , Ecdsa384 , Ecdsa521 , Ed25519 } |
Public Attributes | |
| Type | type = Type::Unknown |
| Host key type. | |
| std::vector< std::byte > | data |
| Host key data. | |
| std::array< std::byte, 20 > | sha1 {} |
| Host key SHA1 hash. | |
| std::array< std::byte, 32 > | sha256 {} |
| Host key SHA256 hash. | |
Detailed Description
Member Enumeration Documentation
◆ Type
|
strong |
Member Data Documentation
◆ data
| std::vector<std::byte> sf::Sftp::SessionInfo::HostKey::data |
◆ sha1
| std::array<std::byte, 20> sf::Sftp::SessionInfo::HostKey::sha1 {} |
◆ sha256
| std::array<std::byte, 32> sf::Sftp::SessionInfo::HostKey::sha256 {} |
◆ type
| Type sf::Sftp::SessionInfo::HostKey::type = Type::Unknown |
The documentation for this struct was generated from the following file: