diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-06-20 14:21:06 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-06-23 09:13:17 +0200 |
commit | 72f84c1a0efbce8da02cbf6d5947d2ddfd45c533 (patch) | |
tree | da44cf29cc65e9e651723e869a57d7bb1f5b63f1 /xmlsecurity/inc | |
parent | 7b5fac67fd2441778cb9a6d2f529adc270998144 (diff) |
gpg4libre: Show certificate kind OpenPGP vs. X509 as 1 table column
Shuffled the columns around a little bit
Change-Id: Ib0a979458db680d712737ff997e1c3b4e4564f3f
Reviewed-on: https://gerrit.libreoffice.org/38984
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r-- | xmlsecurity/inc/resourcemanager.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlsecurity/inc/resourcemanager.hxx b/xmlsecurity/inc/resourcemanager.hxx index ece7fba24fe2..659c65bc0431 100644 --- a/xmlsecurity/inc/resourcemanager.hxx +++ b/xmlsecurity/inc/resourcemanager.hxx @@ -22,6 +22,7 @@ #include <tools/resmgr.hxx> #include <tools/datetime.hxx> +#include <com/sun/star/security/CertificateKind.hpp> #include <com/sun/star/util/DateTime.hpp> #include <com/sun/star/uno/Sequence.hxx> @@ -39,6 +40,7 @@ namespace XmlSec DateTime GetDateTime( const css::util::DateTime& _rDT ); OUString GetDateTimeString( const css::util::DateTime& _rDT ); OUString GetDateString( const css::util::DateTime& _rDT ); + OUString GetCertificateKind( const css::security::CertificateKind& rKind ); std::vector< std::pair< OUString, OUString> > parseDN(const OUString& rRawString); |