summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 17:03:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 17:03:02 +0000
commit01c19c347e32e0e792f89ba9107961a027549fcf (patch)
tree5779608bb5cc063b1e1dbed9760a9ca8c296df2c /xmlsecurity/inc
parent41414e0b6efba2119011526c57a52b8e1b582f2a (diff)
INTEGRATION: CWS xmlsec08 (1.7.10); FILE MERGED
2005/01/20 03:34:20 mmi 1.7.10.1: smartcard support Issue number: 38448 Submitted by: Reviewed by:
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r--xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx b/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx
index e3052d8aee81..7c44e7987b97 100644
--- a/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx
+++ b/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlsignaturehelper.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 14:50:21 $
+ * last change: $Author: vg $ $Date: 2005-03-10 18:03:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -187,6 +187,8 @@ public:
// Get the security environment
::com::sun::star::uno::Reference< ::com::sun::star::xml::crypto::XSecurityEnvironment > GetSecurityEnvironment();
+ ::com::sun::star::uno::Reference< ::com::sun::star::xml::crypto::XSecurityEnvironment > GetSecurityEnvironmentByIndex(sal_Int32 nId);
+ sal_Int32 GetSecurityEnvironmentNumber();
// After signing/veryfieng, get information about signatures
SignatureInformation GetSignatureInformation( sal_Int32 nSecurityId ) const;
@@ -197,6 +199,7 @@ public:
void EndMission();
sal_Int32 GetNewSecurityId();
void SetX509Certificate( sal_Int32 nSecurityId, const rtl::OUString& ouX509IssuerName, const rtl::OUString& ouX509SerialNumber);
+ void SetX509Certificate( sal_Int32 nSecurityId, sal_Int32 nSecurityEnvironmentIndex, const rtl::OUString& ouX509IssuerName, const rtl::OUString& ouX509SerialNumber);
void SetDateTime( sal_Int32 nSecurityId, const Date& rDate, const Time& rTime );
void AddForSigning( sal_Int32 securityId, const rtl::OUString& uri, const rtl::OUString& objectURL, sal_Bool bBinary );