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/inc | |
parent | a2c6112a4753347070608480be21066b6dab0bc7 (diff) |
More EncapsulatedX509Certificate work
Change-Id: I64239dfcfbc2383c2bf53c0cb86196d3f2c79330
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r-- | xmlsecurity/inc/xmlsignaturehelper.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlsecurity/inc/xmlsignaturehelper.hxx b/xmlsecurity/inc/xmlsignaturehelper.hxx index 89eeb555f239..d8f97e5a9b16 100644 --- a/xmlsecurity/inc/xmlsignaturehelper.hxx +++ b/xmlsecurity/inc/xmlsignaturehelper.hxx @@ -159,6 +159,8 @@ public: void SetX509Certificate(sal_Int32 nSecurityId, const OUString& ouX509IssuerName, const OUString& ouX509SerialNumber, const OUString& ouX509Cert, const OUString& ouX509CertDigest); + void AddEncapsulatedX509Certificate(const OUString& ouEncapsulatedX509Certificate); + void SetDateTime( sal_Int32 nSecurityId, const Date& rDate, const tools::Time& rTime ); void SetDescription(sal_Int32 nSecurityId, const OUString& rDescription); |