Expand description
Service discovery client key providers.
Structsยง
- Directory
KeyProvider - A directory containing the client keys, each in the
descriptor:x25519:<base32-encoded-x25519-public-key>format. - Directory
KeyProvider Builder - A builder to create an instance of
DirectoryKeyProvider. - Directory
KeyProvider List Builder - Wrapper struct to help derive_builder find the right types and methods
- Static
KeyProvider - A static mapping from
HsClientNicknameto client discovery keys. - Static
KeyProvider Builder - Wrapper struct to help derive_builder find the right types and methods
Enumsยง
- Directory
KeyProvider ๐Error - Error type representing an invalid
DirectoryKeyProvider.
Functionsยง
- build_
static ๐ - Helper for building a
StaticKeyProviderout of a list of client keys. - read_
key_ ๐file - Read the client key at
path.
Type Aliasesยง
- Directory
KeyProvider List - The serialized format of a
DirectoryKeyProviderListBuilder: