office-gobmx/xmlsecurity
Miklos Vajna 4eed1d8533 sfx2: initial PDF document signatures dialog
This just allows the menu entry in Draw to reach
SfxMedium::SignContents_Impl(), and then call signDocumentContent(),
which shows the dialog (where the signature itself isn't visible yet).

Do this by not assuming a ZIP-based storage at various places when we're
not working with an "own" format.

Change-Id: I030d0f636d1aab98369024f3f10a975ea2786d59
Reviewed-on: https://gerrit.libreoffice.org/29774
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-10-13 16:04:01 +00:00
..
doc
inc xmlsecurity: use common NSS init in PDFDocument 2016-10-13 12:44:38 +00:00
qa CppunitTest_xmlsecurity_signing: add PDF tests 2016-10-13 14:07:27 +00:00
source sfx2: initial PDF document signatures dialog 2016-10-13 16:04:01 +00:00
test_docs
uiconfig/ui
util
workben
AllLangResTarget_xsec.mk
CppunitTest_qa_certext.mk
CppunitTest_xmlsecurity_dialogs_test.mk
CppunitTest_xmlsecurity_signing.mk
Executable_pdfverify.mk xmlsecurity: add initial PDFSignatureHelper 2016-10-13 10:44:23 +00:00
Library_xmlsecurity.mk xmlsecurity: add initial PDFSignatureHelper 2016-10-13 10:44:23 +00:00
Library_xsec_fw.mk
Library_xsec_xmlsec.mk
Makefile
Module_xmlsecurity.mk xmlsecurity: add initial Executable_pdfverify 2016-10-12 16:50:31 +02:00
README
UIConfig_xmlsec.mk

Stuff for document signing.

This code provides dialogs, and infrastructure wrapping libxmlsec that
implements document signing.