From abe9f41277febb1cc9c75d2ccce6e7bf75846924 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 11 Nov 2016 17:07:31 +0200 Subject: More EncapsulatedX509Certificate work Change-Id: I64239dfcfbc2383c2bf53c0cb86196d3f2c79330 --- xmlsecurity/source/helper/xmlsignaturehelper.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'xmlsecurity/source/helper/xmlsignaturehelper.cxx') diff --git a/xmlsecurity/source/helper/xmlsignaturehelper.cxx b/xmlsecurity/source/helper/xmlsignaturehelper.cxx index 82101fa2a38c..2159019a4b28 100644 --- a/xmlsecurity/source/helper/xmlsignaturehelper.cxx +++ b/xmlsecurity/source/helper/xmlsignaturehelper.cxx @@ -120,6 +120,11 @@ void XMLSignatureHelper::SetX509Certificate( ouX509CertDigest); } +void XMLSignatureHelper::AddEncapsulatedX509Certificate(const OUString& ouEncapsulatedX509Certificate) +{ + mpXSecController->addEncapsulatedX509Certificate(ouEncapsulatedX509Certificate); +} + void XMLSignatureHelper::SetDateTime( sal_Int32 nSecurityId, const ::Date& rDate, const tools::Time& rTime ) { css::util::DateTime stDateTime = ::DateTime(rDate, rTime).GetUNODateTime(); -- cgit