Expand description
Configuration options for types implementing Keystore
Structsยง
- Arti
Keystore Config ArtiNativeKeystoreconfiguration- Arti
Keystore Config Builder - Builder for
ArtiKeystoreConfig. - CTor
Client Keystore Config - C Tor
ArtiNativeKeystoreconfiguration - CTor
Client Keystore Config Builder - Builder for
CTorClientKeystoreConfig. - CTor
Client Keystore Config List Builder - Wrapper struct to help derive_builder find the right types and methods
- CTor
Keystore Config ArtiNativeKeystoreconfiguration- CTor
Keystore Config Builder - Builder for
CTorKeystoreConfig. - CTor
Service Keystore Config - C Tor
ArtiNativeKeystoreconfiguration - CTor
Service Keystore Config Builder - Builder for
CTorServiceKeystoreConfig. - CTor
Service Keystore Config MapBuilder - Wrapper struct to help derive_builder find the right types and methods
- CfgPath
- A path in a configuration file: tilde expansion is performed, along
with expansion of variables provided by a [
CfgPathResolver]. - Primary
Keystore Config - Primary
ArtiNativeKeystoreconfiguration - Primary
Keystore Config Builder - Builder for
PrimaryKeystoreConfig.
Enumsยง
- Arti
Keystore Kind - The kind of keystore to use
- CfgPath
Error - An error that has occurred while expanding a path.
- Config
Build Error - An error related to an option passed to Arti via a configuration builder.
- Configuration
Source - A configuration file or directory, for use by a
ConfigurationSources - Reconfigure
- Rules for reconfiguring a running Arti instance.
Functionsยง
- build_
ctor_ ๐client_ store_ config - Helper for building and validating a
CTorClientKeystoreConfigList. - build_
ctor_ ๐service_ list - Construct a CTorServiceKeystoreConfigList from a vec of CTorServiceKeystoreConfig; enforce that nicknames are unique.
Type Aliasesยง
- CTor
Client Keystore Config List - The serialized format of a
CTorClientKeystoreConfigListBuilder: - CTor
Service ๐Keystore Config Builder Map - The serialized format of an CTorServiceKeystoreConfigListBuilder:
a map from nickname to
CTorServiceKeystoreConfigBuilder - CTor
Service ๐Keystore Config Map - Alias for a
BTreeMapofCTorServiceKeystoreConfig; used to make derive_builder happy.