|
using | KeySignatrueRefHandler = std::unique_ptr< struct _gpgme_key_sig, std::function< void(gpgme_key_sig_t)> > |
|
|
KeySignatrueRefHandler | signature_ref_ = nullptr |
|
◆ GpgKeySignature()
GpgFrontend::GpgKeySignature::GpgKeySignature |
( |
gpgme_key_sig_t |
sig | ) |
|
|
explicit |
Construct a new Gpg Key Signature object.
- Parameters
-
◆ GetComment()
QString GpgFrontend::GpgKeySignature::GetComment |
( |
| ) |
const -> QString |
◆ GetCreateTime()
QDateTime GpgFrontend::GpgKeySignature::GetCreateTime |
( |
| ) |
const -> QDateTime |
Create a time object.
- Returns
- QDateTime
◆ GetEmail()
QString GpgFrontend::GpgKeySignature::GetEmail |
( |
| ) |
const -> QString |
◆ GetExpireTime()
QDateTime GpgFrontend::GpgKeySignature::GetExpireTime |
( |
| ) |
const -> QDateTime |
◆ GetKeyID()
QString GpgFrontend::GpgKeySignature::GetKeyID |
( |
| ) |
const -> QString |
◆ GetName()
QString GpgFrontend::GpgKeySignature::GetName |
( |
| ) |
const -> QString |
◆ GetPubkeyAlgo()
QString GpgFrontend::GpgKeySignature::GetPubkeyAlgo |
( |
| ) |
const -> QString |
◆ GetStatus()
gpgme_error_t GpgFrontend::GpgKeySignature::GetStatus |
( |
| ) |
const -> GpgError |
◆ GetUID()
QString GpgFrontend::GpgKeySignature::GetUID |
( |
| ) |
const -> QString |
◆ IsExpired()
bool GpgFrontend::GpgKeySignature::IsExpired |
( |
| ) |
const -> bool |
◆ IsExportable()
bool GpgFrontend::GpgKeySignature::IsExportable |
( |
| ) |
const -> bool |
◆ IsInvalid()
bool GpgFrontend::GpgKeySignature::IsInvalid |
( |
| ) |
const -> bool |
◆ IsRevoked()
bool GpgFrontend::GpgKeySignature::IsRevoked |
( |
| ) |
const -> bool |
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following files: