Home
last modified time | relevance | path

Searched refs:SecurityEnvironment_MSCryptImpl (Results 1 – 11 of 11) sorted by relevance

/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx125 SecurityEnvironment_MSCryptImpl :: SecurityEnvironment_MSCryptImpl( const Reference< XMultiServiceF… in SecurityEnvironment_MSCryptImpl() function in SecurityEnvironment_MSCryptImpl
129 SecurityEnvironment_MSCryptImpl :: ~SecurityEnvironment_MSCryptImpl() { in ~SecurityEnvironment_MSCryptImpl()
196 void SAL_CALL SecurityEnvironment_MSCryptImpl :: initialize( const Sequence< Any >& /*aArguments*/ … in initialize()
201 OUString SAL_CALL SecurityEnvironment_MSCryptImpl :: getImplementationName() throw( RuntimeExceptio… in getImplementationName()
206 sal_Bool SAL_CALL SecurityEnvironment_MSCryptImpl :: supportsService( const OUString& serviceName) … in supportsService()
217 Sequence< OUString > SAL_CALL SecurityEnvironment_MSCryptImpl :: getSupportedServiceNames() throw( … in getSupportedServiceNames()
222 Sequence< OUString > SecurityEnvironment_MSCryptImpl :: impl_getSupportedServiceNames() { in impl_getSupportedServiceNames()
229 OUString SecurityEnvironment_MSCryptImpl :: impl_getImplementationName() throw( RuntimeException ) { in impl_getImplementationName()
234 Reference< XInterface > SAL_CALL SecurityEnvironment_MSCryptImpl :: impl_createInstance( const Refe… in impl_createInstance()
235 return Reference< XInterface >( *new SecurityEnvironment_MSCryptImpl( aServiceManager ) ) ; in impl_createInstance()
[all …]
H A Dxmlsignature_mscryptimpl.cxx96SecurityEnvironment_MSCryptImpl* pSecEnv = ( SecurityEnvironment_MSCryptImpl* )xSecTunnel->getSome… in generate()
196SecurityEnvironment_MSCryptImpl* pSecEnv = ( SecurityEnvironment_MSCryptImpl* )xSecTunnel->getSome… in validate()
H A Dxmlencryption_mscryptimpl.cxx98SecurityEnvironment_MSCryptImpl* pSecEnv = ( SecurityEnvironment_MSCryptImpl* )xSecTunnel->getSome… in encrypt()
235SecurityEnvironment_MSCryptImpl* pSecEnv = ( SecurityEnvironment_MSCryptImpl* )xSecTunnel->getSome… in decrypt()
H A Dsecurityenvironment_mscryptimpl.hxx62 class SecurityEnvironment_MSCryptImpl : public ::cppu::WeakImplHelper4< class
97SecurityEnvironment_MSCryptImpl( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::X…
98 virtual ~SecurityEnvironment_MSCryptImpl() ;
152 …static SecurityEnvironment_MSCryptImpl* getImplementation( const ::com::sun::star::uno::Reference<…
H A Dseinitializer_mscryptimpl.cxx109SecurityEnvironment_MSCryptImpl* pSecEnv = ( SecurityEnvironment_MSCryptImpl* )xEnvTunnel->getSome… in createSecurityContext()
H A Dxmlsecuritycontext_mscryptimpl.cxx159SecurityEnvironment_MSCryptImpl* pSecEnv = ( SecurityEnvironment_MSCryptImpl* )xEnvTunnel->getSome…
H A Dxsec_mscrypt.cxx60 …} else if( SecurityEnvironment_MSCryptImpl::impl_getImplementationName().equals( OUString::createF… in mscrypt_component_getFactory()
61 …xFactory = SecurityEnvironment_MSCryptImpl::impl_createFactory( reinterpret_cast< XMultiServiceFac… in mscrypt_component_getFactory()
/trunk/main/xmlsecurity/tools/standalone/mscsfit/
H A Dcertmngr.cxx109SecurityEnvironment_MSCryptImpl* pSecEnv = ( SecurityEnvironment_MSCryptImpl* )xEnvTunnel->getSome… in main()
H A Dencrypter.cxx234SecurityEnvironment_MSCryptImpl* pSecEnv = ( SecurityEnvironment_MSCryptImpl* )xEnvTunnel->getSome… in main()
H A Dverifier.cxx269SecurityEnvironment_MSCryptImpl* pSecEnv = ( SecurityEnvironment_MSCryptImpl* )xEnvTunnel->getSome… in main()
H A Dsigner.cxx269SecurityEnvironment_MSCryptImpl* pSecEnv = ( SecurityEnvironment_MSCryptImpl* )xEnvTunnel->getSome… in main()