diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2017-10-03 19:41:28 -0400 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2017-10-05 14:47:29 +0200 |
commit | b6d6591fafb8ad2e59a27ff1ac6b234d879b4cf7 (patch) | |
tree | ac06305ef34d9a2d661a34cf22e78e4760e0b522 /xmlsecurity/inc | |
parent | 09d70a097136719df3f8f08f5cbaa8dae4369279 (diff) |
TSCP: include certificate usage in paragraph signatures
Change-Id: I6f4b891a016c67051efd9033329065d7e3c8a06b
Reviewed-on: https://gerrit.libreoffice.org/43022
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r-- | xmlsecurity/inc/certificatechooser.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmlsecurity/inc/certificatechooser.hxx b/xmlsecurity/inc/certificatechooser.hxx index 7237e16e75a3..3834dfb111a1 100644 --- a/xmlsecurity/inc/certificatechooser.hxx +++ b/xmlsecurity/inc/certificatechooser.hxx @@ -97,6 +97,9 @@ public: /// Gets the description string provided when selecting the certificate. OUString GetDescription(); + /// Returns the usage string of the selected certificate, if any. + OUString GetUsageText(); + OUString UsageInClearText(int bits); }; |