diff options
author | saturneric <[email protected]> | 2025-04-17 17:44:04 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-17 17:44:04 +0000 |
commit | 6f504e4f915f928e42b8574ca3f93eea5038984b (patch) | |
tree | d5542b5cfad3d597038f7621e9975447efd7d9e6 /src/core/function/gpg/GpgSmartCardManager.h | |
parent | chore: update and check translations (diff) | |
download | GpgFrontend-6f504e4f915f928e42b8574ca3f93eea5038984b.tar.gz GpgFrontend-6f504e4f915f928e42b8574ca3f93eea5038984b.zip |
feat: check scd version
Diffstat (limited to 'src/core/function/gpg/GpgSmartCardManager.h')
-rw-r--r-- | src/core/function/gpg/GpgSmartCardManager.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/function/gpg/GpgSmartCardManager.h b/src/core/function/gpg/GpgSmartCardManager.h index 78c21bc0..2fe194f3 100644 --- a/src/core/function/gpg/GpgSmartCardManager.h +++ b/src/core/function/gpg/GpgSmartCardManager.h @@ -109,6 +109,14 @@ class GPGFRONTEND_CORE_EXPORT GpgSmartCardManager const QDateTime& expire, bool non_expire) -> std::tuple<bool, QString>; + /** + * @brief + * + * @return true + * @return false + */ + auto IsSCDVersionSupported() -> bool; + private: GpgContext& ctx_ = GpgContext::GetInstance(SingletonFunctionObject::GetChannel()); ///< |