aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src/data.h
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2016-06-27 13:50:01 +0000
committerAndre Heinecke <[email protected]>2016-06-27 13:50:01 +0000
commit15fc5c34c88ecbb61272705af60f7054b41c57f7 (patch)
tree9fea9be42edbcb8a830cfcbd93910268e1eb8bbd /lang/cpp/src/data.h
parentCpp: Do not treat KEYEXPIRED as error (diff)
downloadgpgme-15fc5c34c88ecbb61272705af60f7054b41c57f7.tar.gz
gpgme-15fc5c34c88ecbb61272705af60f7054b41c57f7.zip
Cpp: Expose new data_identify values
* lang/cpp/src/data.cpp (GpgME::Data::type): Handle PGP Encrypted and Signature. * lang/cpp/src/data.h: Add values accordingly.
Diffstat (limited to 'lang/cpp/src/data.h')
-rw-r--r--lang/cpp/src/data.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/cpp/src/data.h b/lang/cpp/src/data.h
index efb1e790..d5e54aaa 100644
--- a/lang/cpp/src/data.h
+++ b/lang/cpp/src/data.h
@@ -92,7 +92,9 @@ public:
CMSEncrypted,
CMSOther,
X509Cert,
- PKCS12
+ PKCS12,
+ PGPEncrypted,
+ PGPSignature,
};
Type type() const;