Home
last modified time | relevance | path

Searched refs:XMLSecurityContext_MSCryptImpl (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlsecuritycontext_mscryptimpl.cxx49 XMLSecurityContext_MSCryptImpl :: XMLSecurityContext_MSCryptImpl( const Reference< XMultiServiceFac… in XMLSecurityContext_MSCryptImpl() function in XMLSecurityContext_MSCryptImpl
73 XMLSecurityContext_MSCryptImpl :: ~XMLSecurityContext_MSCryptImpl() { in ~XMLSecurityContext_MSCryptImpl()
80 sal_Int32 SAL_CALL XMLSecurityContext_MSCryptImpl::addSecurityEnvironment( in addSecurityEnvironment()
95 sal_Int32 SAL_CALL XMLSecurityContext_MSCryptImpl::getSecurityEnvironmentNumber( ) in getSecurityEnvironmentNumber()
102 XMLSecurityContext_MSCryptImpl::getSecurityEnvironmentByIndex( sal_Int32 index ) in getSecurityEnvironmentByIndex()
114 XMLSecurityContext_MSCryptImpl::getSecurityEnvironment( ) in getSecurityEnvironment()
120 sal_Int32 SAL_CALL XMLSecurityContext_MSCryptImpl::getDefaultSecurityEnvironmentIndex( ) in getDefaultSecurityEnvironmentIndex()
126 void SAL_CALL XMLSecurityContext_MSCryptImpl::setDefaultSecurityEnvironmentIndex( sal_Int32 /*nDefa… in setDefaultSecurityEnvironmentIndex()
134 void SAL_CALL XMLSecurityContext_MSCryptImpl :: setSecurityEnvironment( const Reference< XSecurityE…
245 Reference< XSecurityEnvironment > SAL_CALL XMLSecurityContext_MSCryptImpl :: getSecurityEnvironment…
[all …]
H A Dxmlsecuritycontext_mscryptimpl.hxx48 class XMLSecurityContext_MSCryptImpl : public ::cppu::WeakImplHelper3< class
59XMLSecurityContext_MSCryptImpl( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XM…
60 virtual ~XMLSecurityContext_MSCryptImpl() ;
125 …static XMLSecurityContext_MSCryptImpl* getImplementation( const ::com::sun::star::uno::Reference< …
H A Dxsec_mscrypt.cxx58 …} else if( XMLSecurityContext_MSCryptImpl::impl_getImplementationName().equals( OUString::createFr… in mscrypt_component_getFactory()
59 …xFactory = XMLSecurityContext_MSCryptImpl::impl_createFactory( reinterpret_cast< XMultiServiceFact… in mscrypt_component_getFactory()