diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-11-11 17:07:31 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-11-12 11:22:33 +0200 |
commit | abe9f41277febb1cc9c75d2ccce6e7bf75846924 (patch) | |
tree | f1e8936de4550d6896d6b17cbc4138b70a4cfebe /xmlsecurity/source/helper/xmlsignaturehelper.cxx | |
parent | a2c6112a4753347070608480be21066b6dab0bc7 (diff) |
More EncapsulatedX509Certificate work
Change-Id: I64239dfcfbc2383c2bf53c0cb86196d3f2c79330
Diffstat (limited to 'xmlsecurity/source/helper/xmlsignaturehelper.cxx')
-rw-r--r-- | xmlsecurity/source/helper/xmlsignaturehelper.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
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(); |