Kaydet (Commit) 8c48d77d authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

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:
üst ee89237e
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: signaturecreatorimpl.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -195,7 +195,7 @@ void SignatureCreatorImpl::startEngine( const cssu::Reference< ...@@ -195,7 +195,7 @@ void SignatureCreatorImpl::startEngine( const cssu::Reference<
cssu::Reference< cssxc::XXMLSignatureTemplate > xResultTemplate; cssu::Reference< cssxc::XXMLSignatureTemplate > xResultTemplate;
try try
{ {
xResultTemplate = m_xXMLSignature->generate(xSignatureTemplate, m_xXMLSecurityContext); xResultTemplate = m_xXMLSignature->generate(xSignatureTemplate, m_xSecurityEnvironment);
m_nStatus = xResultTemplate->getStatus(); m_nStatus = xResultTemplate->getStatus();
} }
catch( cssu::Exception& ) catch( cssu::Exception& )
...@@ -283,7 +283,7 @@ void SAL_CALL SignatureCreatorImpl::initialize( const cssu::Sequence< cssu::Any ...@@ -283,7 +283,7 @@ void SAL_CALL SignatureCreatorImpl::initialize( const cssu::Sequence< cssu::Any
aArguments[1] >>= m_xSAXEventKeeper; aArguments[1] >>= m_xSAXEventKeeper;
aArguments[2] >>= ouTempString; aArguments[2] >>= ouTempString;
m_nIdOfTemplateEC = ouTempString.toInt32(); m_nIdOfTemplateEC = ouTempString.toInt32();
aArguments[3] >>= m_xXMLSecurityContext; aArguments[3] >>= m_xSecurityEnvironment;
aArguments[4] >>= m_xXMLSignature; aArguments[4] >>= m_xXMLSignature;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment