13#include "kleo_export.h"
27namespace Kleo::DeVSCompliance
34KLEO_EXPORT
bool isActive();
42KLEO_EXPORT
bool isCompliant();
48KLEO_EXPORT
bool isBetaCompliance();
54KLEO_EXPORT
bool algorithmIsCompliant(std::string_view algo);
63KLEO_EXPORT
bool allSubkeysAreCompliant(
const GpgME::Key &key);
71KLEO_EXPORT
bool userIDIsCompliant(
const GpgME::UserID &
id);
82KLEO_EXPORT
bool keyIsCompliant(
const GpgME::Key &key);
87KLEO_EXPORT
const std::vector<std::string> &compliantAlgorithms();
94KLEO_EXPORT
const std::vector<std::string> &preferredCompliantAlgorithms();
110KLEO_EXPORT
void decorate(
QPushButton *button,
bool compliant);
129KLEO_EXPORT
QString name(
bool compliant);
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:01 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.