summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/framework/signaturecreatorimpl.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 17:07:21 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 17:07:21 +0000
commit8c48d77dd03ea0f4299e0cdf3ad7742f6293eca3 (patch)
tree573c133b28d035566b35aa17297d0c2886670dff /xmlsecurity/source/framework/signaturecreatorimpl.cxx
parentee89237eb9e116ea0f5774ffb40dbcf7b938320b (diff)
INTEGRATION: CWS xmlsec08 (1.3.10); FILE MERGED
2005/01/20 03:34:22 mmi 1.3.10.1: smartcard support Issue number: 38448 Submitted by: Reviewed by:
Diffstat (limited to 'xmlsecurity/source/framework/signaturecreatorimpl.cxx')
-rw-r--r--xmlsecurity/source/framework/signaturecreatorimpl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/source/framework/signaturecreatorimpl.cxx b/xmlsecurity/source/framework/signaturecreatorimpl.cxx
index eb1fc1f47afc..9dd160298afd 100644
--- a/xmlsecurity/source/framework/signaturecreatorimpl.cxx
+++ b/xmlsecurity/source/framework/signaturecreatorimpl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: signaturecreatorimpl.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-11-29 17:10:18 $
+ * last change: $Author: vg $ $Date: 2005-03-10 18:07:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -195,7 +195,7 @@ void SignatureCreatorImpl::startEngine( const cssu::Reference<
cssu::Reference< cssxc::XXMLSignatureTemplate > xResultTemplate;
try
{
- xResultTemplate = m_xXMLSignature->generate(xSignatureTemplate, m_xXMLSecurityContext);
+ xResultTemplate = m_xXMLSignature->generate(xSignatureTemplate, m_xSecurityEnvironment);
m_nStatus = xResultTemplate->getStatus();
}
catch( cssu::Exception& )
@@ -283,7 +283,7 @@ void SAL_CALL SignatureCreatorImpl::initialize( const cssu::Sequence< cssu::Any
aArguments[1] >>= m_xSAXEventKeeper;
aArguments[2] >>= ouTempString;
m_nIdOfTemplateEC = ouTempString.toInt32();
- aArguments[3] >>= m_xXMLSecurityContext;
+ aArguments[3] >>= m_xSecurityEnvironment;
aArguments[4] >>= m_xXMLSignature;
}