summaryrefslogtreecommitdiff
path: root/include/svl/sigstruct.hxx
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2017-08-25 13:45:32 -0400
committerAshod Nakashian <ashnakash@gmail.com>2017-08-28 03:49:01 +0200
commit6d8598acb23bbecb55ac235c15b9e01885588ad7 (patch)
tree2d458f17d29a7072219c042c93100180ea6bc619 /include/svl/sigstruct.hxx
parent9600f5179795380749aa5a7c9fa0bf5387d2b95f (diff)
svl: populate subject and date-time when verifying signature
Change-Id: I50eeabf3e18176cac383f48797daa771ee9dc7e4 Reviewed-on: https://gerrit.libreoffice.org/41591 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'include/svl/sigstruct.hxx')
-rw-r--r--include/svl/sigstruct.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svl/sigstruct.hxx b/include/svl/sigstruct.hxx
index ff6ee5e5d3a5..a7da2994664c 100644
--- a/include/svl/sigstruct.hxx
+++ b/include/svl/sigstruct.hxx
@@ -114,6 +114,9 @@ struct SignatureInformation
/// For PDF: the byte range doesn't cover the whole document.
bool bPartialDocumentSignature;
+ /// The certificate owner (aka subject).
+ OUString ouSubject;
+
SignatureInformation( sal_Int32 nId )
{
nSecurityId = nId;