|
using | SubkeyRefHandler = std::unique_ptr< struct _gpgme_subkey, std::function< void(gpgme_subkey_t)> > |
|
|
SubkeyRefHandler | subkey_ref_ = nullptr |
|
◆ GpgSubKey() [1/2]
GpgFrontend::GpgSubKey::GpgSubKey |
( |
gpgme_subkey_t |
subkey | ) |
|
|
explicit |
Construct a new Gpg Sub Key object.
- Parameters
-
◆ GpgSubKey() [2/2]
GpgFrontend::GpgSubKey::GpgSubKey |
( |
GpgSubKey && |
o | ) |
|
|
noexcept |
Construct a new Gpg Sub Key object.
- Parameters
-
◆ GetCreateTime()
auto GpgFrontend::GpgSubKey::GetCreateTime |
( |
| ) |
const -> QDateTime |
◆ GetExpireTime()
auto GpgFrontend::GpgSubKey::GetExpireTime |
( |
| ) |
const |
◆ GetFingerprint()
auto GpgFrontend::GpgSubKey::GetFingerprint |
( |
| ) |
const -> QString |
◆ GetID()
auto GpgFrontend::GpgSubKey::GetID |
( |
| ) |
const -> QString |
◆ GetKeyAlgo()
auto GpgFrontend::GpgSubKey::GetKeyAlgo |
( |
| ) |
const -> QString |
◆ GetKeyLength()
auto GpgFrontend::GpgSubKey::GetKeyLength |
( |
| ) |
const -> unsigned int |
◆ GetPubkeyAlgo()
auto GpgFrontend::GpgSubKey::GetPubkeyAlgo |
( |
| ) |
const -> QString |
◆ IsCardKey()
auto GpgFrontend::GpgSubKey::IsCardKey |
( |
| ) |
const -> bool |
◆ IsDisabled()
auto GpgFrontend::GpgSubKey::IsDisabled |
( |
| ) |
const -> bool |
◆ IsExpired()
auto GpgFrontend::GpgSubKey::IsExpired |
( |
| ) |
const -> bool |
◆ IsHasAuthenticationCapability()
auto GpgFrontend::GpgSubKey::IsHasAuthenticationCapability |
( |
| ) |
const -> bool |
◆ IsHasCertificationCapability()
auto GpgFrontend::GpgSubKey::IsHasCertificationCapability |
( |
| ) |
const -> bool |
◆ IsHasEncryptionCapability()
auto GpgFrontend::GpgSubKey::IsHasEncryptionCapability |
( |
| ) |
const -> bool |
◆ IsHasSigningCapability()
auto GpgFrontend::GpgSubKey::IsHasSigningCapability |
( |
| ) |
const -> bool |
◆ IsPrivateKey()
auto GpgFrontend::GpgSubKey::IsPrivateKey |
( |
| ) |
const -> bool |
◆ IsRevoked()
auto GpgFrontend::GpgSubKey::IsRevoked |
( |
| ) |
const -> bool |
◆ IsSecretKey()
auto GpgFrontend::GpgSubKey::IsSecretKey |
( |
| ) |
const -> bool |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
auto GpgFrontend::GpgSubKey::operator== |
( |
const GpgSubKey & |
o | ) |
const -> bool |
- Parameters
-
- Returns
- true
-
false
The documentation for this class was generated from the following files:
- src/core/model/GpgSubKey.h
- src/core/model/GpgSubKey.cpp