|
Botan 3.13.0
Crypto and TLS for C&
|
#include <roughtime.h>
Public Member Functions | |
| const std::vector< std::string > & | addresses () const |
| const std::string & | name () const |
| const Ed25519_PublicKey & | public_key () const |
| Server_Information (std::string_view name, const Ed25519_PublicKey &public_key, const std::vector< std::string > &addresses) | |
The name, key and addresses of a Roughtime server
Definition at line 280 of file roughtime.h.
|
inline |
Create a server description
| name | the name of the server |
| public_key | the long term public key of the server |
| addresses | the endpoints of the server |
Definition at line 288 of file roughtime.h.
References addresses(), name(), and public_key().
|
inline |
Access the server addresses
Definition at line 309 of file roughtime.h.
Referenced by Server_Information().
|
inline |
Access the server name
Definition at line 297 of file roughtime.h.
Referenced by Server_Information().
|
inline |
Access the server public key
Definition at line 303 of file roughtime.h.
Referenced by Server_Information().