GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
|
Public Member Functions | |
bool | IsRevoked () const |
bool | IsExpired () const |
bool | IsInvalid () const |
bool | IsExportable () const |
gpgme_error_t | GetStatus () const |
std::string | GetKeyID () const |
std::string | GetPubkeyAlgo () const |
boost::posix_time::ptime | GetCreateTime () const |
Create a time object. More... | |
boost::posix_time::ptime | GetExpireTime () const |
std::string | GetUID () const |
std::string | GetName () const |
std::string | GetEmail () const |
std::string | GetComment () const |
GpgKeySignature () | |
Construct a new Gpg Key Signature object. More... | |
~GpgKeySignature () | |
Destroy the Gpg Key Signature object. More... | |
GpgKeySignature (gpgme_key_sig_t sig) | |
Construct a new Gpg Key Signature object. More... | |
GpgKeySignature (GpgKeySignature &&) noexcept | |
Construct a new Gpg Key Signature object. More... | |
GpgKeySignature (const GpgKeySignature &)=delete | |
Construct a new Gpg Key Signature object. More... | |
GpgKeySignature & | operator= (GpgKeySignature &&) noexcept |
GpgKeySignature & | operator= (const GpgKeySignature &)=delete |
Private Types | |
using | KeySignatrueRefHandler = std::unique_ptr< struct _gpgme_key_sig, std::function< void(gpgme_key_sig_t)> > |
Private Attributes | |
KeySignatrueRefHandler | signature_ref_ = nullptr |
|
default |
Construct a new Gpg Key Signature object.
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@ starting on May 12, 2021. bktu s.com
SPDX-License-Identifier: GPL-3.0-or-later
|
default |
Destroy the Gpg Key Signature object.
|
explicit |
Construct a new Gpg Key Signature object.
sig |
|
defaultnoexcept |
Construct a new Gpg Key Signature object.
|
delete |
Construct a new Gpg Key Signature object.
std::string GpgFrontend::GpgKeySignature::GetComment | ( | ) | const |
boost::posix_time::ptime GpgFrontend::GpgKeySignature::GetCreateTime | ( | ) | const |
Create a time object.
std::string GpgFrontend::GpgKeySignature::GetEmail | ( | ) | const |
boost::posix_time::ptime GpgFrontend::GpgKeySignature::GetExpireTime | ( | ) | const |
std::string GpgFrontend::GpgKeySignature::GetKeyID | ( | ) | const |
std::string GpgFrontend::GpgKeySignature::GetName | ( | ) | const |
std::string GpgFrontend::GpgKeySignature::GetPubkeyAlgo | ( | ) | const |
gpgme_error_t GpgFrontend::GpgKeySignature::GetStatus | ( | ) | const |
std::string GpgFrontend::GpgKeySignature::GetUID | ( | ) | const |
bool GpgFrontend::GpgKeySignature::IsExpired | ( | ) | const |
bool GpgFrontend::GpgKeySignature::IsExportable | ( | ) | const |
bool GpgFrontend::GpgKeySignature::IsInvalid | ( | ) | const |
bool GpgFrontend::GpgKeySignature::IsRevoked | ( | ) | const |
|
delete |
|
defaultnoexcept |