diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2017-08-25 13:45:32 -0400 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2017-08-28 03:49:01 +0200 |
commit | 6d8598acb23bbecb55ac235c15b9e01885588ad7 (patch) | |
tree | 2d458f17d29a7072219c042c93100180ea6bc619 /include | |
parent | 9600f5179795380749aa5a7c9fa0bf5387d2b95f (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')
-rw-r--r-- | include/svl/sigstruct.hxx | 3 |
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; |