GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
GpgFrontend::GpgKeyGetter Class Reference
Inheritance diagram for GpgFrontend::GpgKeyGetter:
Inheritance graph
Collaboration diagram for GpgFrontend::GpgKeyGetter:
Collaboration graph

Public Member Functions

 GpgKeyGetter (int channel=SingletonFunctionObject::GetDefaultChannel())
 Construct a new Gpg Key Getter object. More...
 
GpgKey GetKey (const std::string &fpr)
 Get the Key object. More...
 
KeyListPtr GetKeys (const KeyIdArgsListPtr &ids)
 Get the Keys object. More...
 
GpgKey GetPubkey (const std::string &fpr)
 Get the Pubkey object. More...
 
KeyLinkListPtr FetchKey ()
 
- Public Member Functions inherited from GpgFrontend::SingletonFunctionObject< GpgKeyGetter >
int GetChannel () const
 Get the Channel object. More...
 
 SingletonFunctionObject (GpgKeyGetter &&)=delete
 Construct a new Singleton Function Object object.
 
 SingletonFunctionObject (const GpgKeyGetter &)=delete
 Construct a new Singleton Function Object object.
 
void operator= (const GpgKeyGetter &)=delete
 

Static Public Member Functions

static KeyListPtr GetKeysCopy (const KeyListPtr &keys)
 Get the Keys Copy object. More...
 
static KeyLinkListPtr GetKeysCopy (const KeyLinkListPtr &keys)
 Get the Keys Copy object. More...
 
- Static Public Member Functions inherited from GpgFrontend::SingletonFunctionObject< GpgKeyGetter >
static GpgKeyGetterGetInstance (int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
 Get the Instance object. More...
 
static GpgKeyGetterCreateInstance (int channel, std::function< std::unique_ptr< GpgKeyGetter >(void)> factory)
 Create a Instance object. More...
 
static GpgKeyGetterCreateInstance (int channel, std::unique_ptr< GpgKeyGetter > p_obj=nullptr)
 Create a Instance object. More...
 
static GpgKeyGetterReleaseChannel (int channel)
 
static int GetDefaultChannel ()
 Get the Default Channel object. More...
 

Private Attributes

GpgContextctx_
 

Additional Inherited Members

- Protected Member Functions inherited from GpgFrontend::SingletonFunctionObject< GpgKeyGetter >
 SingletonFunctionObject ()=default
 Construct a new Singleton Function Object object.
 
 SingletonFunctionObject (int channel)
 Construct a new Singleton Function Object object. More...
 
virtual ~SingletonFunctionObject ()=default
 Destroy the Singleton Function Object object.
 
void SetChannel (int channel)
 Set the Channel object. More...
 

Constructor & Destructor Documentation

◆ GpgKeyGetter()

GpgFrontend::GpgKeyGetter::GpgKeyGetter ( int  channel = SingletonFunctionObject::GetDefaultChannel())
explicit

Construct a new Gpg Key Getter object.

Parameters
channel

Copyright (C) 2021 Saturneric

This file is part of GpgFrontend.

GpgFrontend is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

GpgFrontend is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with GpgFrontend. If not, see https://www.gnu.org/licenses/.

The initial version of the source code is inherited from the gpg4usb project, which is under GPL-3.0-or-later.

All the source code of GpgFrontend was modified and released by Saturnericeric@.nosp@m.bktu.nosp@m.s.com starting on May 12, 2021.

SPDX-License-Identifier: GPL-3.0-or-later

Member Function Documentation

◆ FetchKey()

GpgFrontend::KeyLinkListPtr GpgFrontend::GpgKeyGetter::FetchKey ( )
Returns
KeyLinkListPtr

References GpgFrontend::check_gpg_error_2_err_code().

Referenced by GpgFrontend::UI::KeyTable::Refresh().

◆ GetKey()

◆ GetKeys()

◆ GetKeysCopy() [1/2]

GpgFrontend::KeyLinkListPtr GpgFrontend::GpgKeyGetter::GetKeysCopy ( const KeyLinkListPtr &  keys)
static

Get the Keys Copy object.

Parameters
keys
Returns
KeyLinkListPtr

◆ GetKeysCopy() [2/2]

GpgFrontend::KeyListPtr GpgFrontend::GpgKeyGetter::GetKeysCopy ( const KeyListPtr &  keys)
static

Get the Keys Copy object.

Parameters
keys
Returns
KeyListPtr

◆ GetPubkey()

GpgFrontend::GpgKey GpgFrontend::GpgKeyGetter::GetPubkey ( const std::string &  fpr)

Get the Pubkey object.

Parameters
fpr
Returns
GpgKey

Member Data Documentation

◆ ctx_

GpgContext& GpgFrontend::GpgKeyGetter::ctx_
private
Initial value:
=
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

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