From 5524754e9f7c936f7152f49815af0e11d9c92613 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 13 Jan 2016 09:36:06 +0100 Subject: xmlsecurity: initial XMLSignatureHelper::ReadAndVerifySignatureStorageStream() Change-Id: Ida3f77a763c55a7ec8a52a3de4521d18a952e752 --- xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xmlsecurity/inc') diff --git a/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx b/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx index bf5cfea7cb44..ea954d1e470a 100644 --- a/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx +++ b/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx @@ -178,8 +178,10 @@ public: static void CloseDocumentHandler( const ::com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler>& xDocumentHandler ); static void ExportSignature( const com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler >& xDocumentHandler, const SignatureInformation& signatureInfo ); - /// Read and verify an OOXML signature. + /// Read and verify OOXML signatures. bool ReadAndVerifySignatureStorage(const css::uno::Reference& xStorage); + /// Read and verify a single OOXML signature. + bool ReadAndVerifySignatureStorageStream(const css::uno::Reference& xInputStream); }; #endif // INCLUDED_XMLSECURITY_INC_XMLSECURITY_XMLSIGNATUREHELPER_HXX -- cgit