Kaydet (Commit) 1de2f797 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS xmlsec08 (1.3.10); FILE MERGED

2005/01/20 03:34:21 mmi 1.3.10.1: smartcard support
Issue number:  38448
Submitted by:
Reviewed by:
üst bc3f5343
......@@ -2,9 +2,9 @@
*
* $RCSfile: encryptorimpl.cxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2004-11-29 17:10:38 $
* last change: $Author: vg $ $Date: 2005-03-10 18:06:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -206,7 +206,7 @@ void EncryptorImpl::startEngine( const cssu::Reference<
try
{
xResultTemplate = m_xXMLEncryption->encrypt(
xEncryptionTemplate, m_xXMLSecurityContext);
xEncryptionTemplate, m_xSecurityEnvironment);
m_nStatus = xResultTemplate->getStatus();
}
catch( cssu::Exception& )
......@@ -267,7 +267,7 @@ void SAL_CALL EncryptorImpl::initialize( const cssu::Sequence< cssu::Any >& aArg
aArguments[1] >>= m_xSAXEventKeeper;
aArguments[2] >>= ouTempString;
m_nIdOfTemplateEC = ouTempString.toInt32();
aArguments[3] >>= m_xXMLSecurityContext;
aArguments[3] >>= m_xSecurityEnvironment;
aArguments[4] >>= m_xXMLEncryption;
}
......
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