|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Public Member Functions | |
| Key (std::string_view s) | |
| std::string | to_string () const |
Public Attributes | |
| std::string | name |
| std::string | key |
Protected Member Functions | |
| Key (std::string_view name, std::string &&key) | |
| nix::Key::Key | ( | std::string_view | s | ) |
Construct Key from a string in the format ‘<name>:<key-in-base64>’.