INTEGRATION: CWS xmlsec08 (1.1.1.1.24); FILE MERGED
2005/01/20 03:34:21 mmi 1.1.1.1.24.1: smartcard support Issue number: 38448 Submitted by: Reviewed by:
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: decryptorimpl.hxx,v $
|
||||
*
|
||||
* $Revision: 1.1.1.1 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
* last change: $Author: mt $ $Date: 2004-07-12 13:15:22 $
|
||||
* last change: $Author: vg $ $Date: 2005-03-10 18:06:24 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -68,6 +68,9 @@
|
||||
#ifndef _COM_SUN_STAR_XML_CRYPTO_SAX_XDECRYPTIONRESULTLISTENER_HPP_
|
||||
#include <com/sun/star/xml/crypto/sax/XDecryptionResultListener.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_XML_CRYPTO_XXMLSECURITYCONTEXT_HPP_
|
||||
#include <com/sun/star/xml/crypto/XXMLSecurityContext.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XINITIALIZATION_HPP_
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
#endif
|
||||
@@ -118,6 +121,9 @@ private:
|
||||
*/
|
||||
bool m_bDecryptionSucceed;
|
||||
|
||||
com::sun::star::uno::Reference<
|
||||
com::sun::star::xml::crypto::XXMLSecurityContext > m_xXMLSecurityContext;
|
||||
|
||||
virtual void notifyResultListener() const
|
||||
throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException);
|
||||
virtual bool checkReady() const;
|
||||
|
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: encryptorimpl.hxx,v $
|
||||
*
|
||||
* $Revision: 1.1.1.1 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
* last change: $Author: mt $ $Date: 2004-07-12 13:15:22 $
|
||||
* last change: $Author: vg $ $Date: 2005-03-10 18:06:53 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -71,6 +71,9 @@
|
||||
#ifndef _COM_SUN_STAR_XML_CRYPTO_SAX_XSIGNATURECOLLECTOR_HPP_
|
||||
#include <com/sun/star/xml/crypto/sax/XReferenceCollector.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_XML_CRYPTO_XSECURITYENVIRONMENT_HPP_
|
||||
#include <com/sun/star/xml/crypto/XSecurityEnvironment.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XINITIALIZATION_HPP_
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
#endif
|
||||
@@ -126,6 +129,9 @@ private:
|
||||
*/
|
||||
bool m_bEncryptionSucceed;
|
||||
|
||||
com::sun::star::uno::Reference<
|
||||
com::sun::star::xml::crypto::XSecurityEnvironment > m_xSecurityEnvironment;
|
||||
|
||||
virtual void notifyResultListener() const
|
||||
throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException);
|
||||
virtual bool checkReady() const;
|
||||
|
Reference in New Issue
Block a user