diff options
Diffstat (limited to 'lang/cpp/src/key.h')
-rw-r--r-- | lang/cpp/src/key.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/cpp/src/key.h b/lang/cpp/src/key.h index a1648884..215eb9ff 100644 --- a/lang/cpp/src/key.h +++ b/lang/cpp/src/key.h @@ -129,6 +129,7 @@ public: bool canAuthenticate() const; bool isQualified() const; bool isDeVs() const; + bool isBetaCompliance() const; /** Returns true, if the key has a certification subkey. */ bool hasCertify() const; @@ -289,6 +290,7 @@ public: bool isGroupOwned() const; bool isQualified() const; bool isDeVs() const; + bool isBetaCompliance() const; bool isCardKey() const; bool isSecret() const; |