diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-11-09 15:14:03 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-11-10 17:52:01 +0200 |
commit | 59547a54958914f57f5a9bcff6434c3acca042f6 (patch) | |
tree | 084a28528581f779699ab67f17a5621454c26bec /xmlsecurity/inc/documentsignaturemanager.hxx | |
parent | 2d2160bbbd326fa3249d10bed97392215027c8c9 (diff) |
More work in progress on XAdES compliant ODF signing
Pass an XAdES flag to a couple more functions and adapt to that.
Factor out writeDigestMethod() and writeSignedProperties() from
OOXMLSecExporter::Impl to DocumentSignatureHelper and use them in an
additional place.
Write xd:UnsignedProperties with EncapsulatedX509Certificate. Probably
much more work needed.
Change-Id: I2a0cd1db6dd487b9c7ba256ad29473de3d271cd8
Diffstat (limited to 'xmlsecurity/inc/documentsignaturemanager.hxx')
-rw-r--r-- | xmlsecurity/inc/documentsignaturemanager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/inc/documentsignaturemanager.hxx b/xmlsecurity/inc/documentsignaturemanager.hxx index 70623038581c..08bdcf62e116 100644 --- a/xmlsecurity/inc/documentsignaturemanager.hxx +++ b/xmlsecurity/inc/documentsignaturemanager.hxx @@ -65,7 +65,7 @@ public: /// Read signatures from either a temp stream or the real storage. void read(bool bUseTempStream, bool bCacheLastSignature = true); /// Write signatures back to the persistent storage. - void write(); + void write(bool bXAdESCompliantIfODF); /// Lazy creation of PDF helper. PDFSignatureHelper& getPDFSignatureHelper(); #if 0 |