Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::SecretKey Struct Reference
Inheritance diagram for nix::SecretKey:
[legend]
Collaboration diagram for nix::SecretKey:
[legend]

Public Member Functions

 SecretKey (std::string_view s)
 
std::string signDetached (std::string_view s) const
 
PublicKey toPublicKey () const
 
- Public Member Functions inherited from nix::Key
 Key (std::string_view s)
 
std::string to_string () const
 

Static Public Member Functions

static SecretKey generate (std::string_view name)
 

Additional Inherited Members

- Public Attributes inherited from nix::Key
std::string name
 
std::string key
 
- Protected Member Functions inherited from nix::Key
 Key (std::string_view name, std::string &&key)
 

Member Function Documentation

◆ signDetached()

std::string nix::SecretKey::signDetached ( std::string_view s) const

Return a detached signature of the given string.


The documentation for this struct was generated from the following files: