Class pair_helper

Namespace: keychain

#include "keychain/util/pair_helper.hpp"

Inheritance: pair_helper

Pair Helper

Constructor Summary

Constructor

pair_helper(kc::settings settings, std::string domain)

Instance Methods

Return type Method and Description

kc::code

clear_all_uri()

Delete all URIs for the domain.

kc::code

upload_uri(kc::uri uri)

Upload the given URI to the server under the domain.

kc::code

get_all_uri(std::vector<kc::uri> &uris)

Retrieve all URIs under the domain.