diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-11-11 00:21:50 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-11-11 00:47:08 +0200 |
commit | 93187848937377993bdc093ddc05fdae63286040 (patch) | |
tree | e401d7405941e90c3f242b0df2dceaeab28a2898 /xmlsecurity/source/helper/xsecparser.hxx | |
parent | be55107da2a05325261d810c69a55259f35aba97 (diff) |
More XAdES work
Accept and store a set of EncapsulatedX509Certificate data for a
signature.
Change-Id: Iae69502bc8caa0287c8f6d6c352256bdda22406b
Diffstat (limited to 'xmlsecurity/source/helper/xsecparser.hxx')
-rw-r--r-- | xmlsecurity/source/helper/xsecparser.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlsecurity/source/helper/xsecparser.hxx b/xmlsecurity/source/helper/xsecparser.hxx index 37d87897c600..c7a326b44714 100644 --- a/xmlsecurity/source/helper/xsecparser.hxx +++ b/xmlsecurity/source/helper/xsecparser.hxx @@ -58,6 +58,7 @@ private: OUString m_ouX509SerialNumber; OUString m_ouX509Certificate; OUString m_ouCertDigest; + OUString m_ouEncapsulatedX509Certificate; OUString m_ouDigestValue; OUString m_ouSignatureValue; OUString m_ouDate; @@ -71,6 +72,7 @@ private: bool m_bInX509SerialNumber; bool m_bInX509Certificate; bool m_bInCertDigest; + bool m_bInEncapsulatedX509Certificate; bool m_bInDigestValue; bool m_bInSignatureValue; bool m_bInDate; |