29#ifndef GPGFRONTEND_ZH_CN_TS_GPGKEYMANAGER_H
30#define GPGFRONTEND_ZH_CN_TS_GPGKEYMANAGER_H
32#include "core/GpgContext.h"
33#include "core/GpgFunctionObject.h"
34#include "core/GpgModel.h"
60 bool SignKey(
const GpgKey& target, KeyArgsList& keys,
const std::string& uid,
61 const std::unique_ptr<boost::posix_time::ptime>& expires);
72 const GpgFrontend::SignIdArgsListPtr& signature_id);
83 bool SetExpire(
const GpgKey& key, std::unique_ptr<GpgSubKey>& subkey,
84 std::unique_ptr<boost::posix_time::ptime>& expires);
Definition: GpgContext.h:60
Definition: GpgKeyManager.h:43
Definition: GpgFunctionObject.h:49
static int GetDefaultChannel()
Get the Default Channel object.
Definition: GpgFunctionObject.h:127
static GpgContext & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:57
int GetChannel() const
Get the Channel object.
Definition: GpgFunctionObject.h:134
Definition: CoreCommonUtil.cpp:29