Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::Key Struct Reference
Inheritance diagram for nix::Key:
nix::PublicKey nix::SecretKey

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)

Constructor & Destructor Documentation

◆ Key()

nix::Key::Key ( std::string_view s)

Construct Key from a string in the format ‘<name>:<key-in-base64>’.


The documentation for this struct was generated from the following files:
  • lix/libstore/crypto.hh
  • lix/libstore/crypto.cc