Lines Matching refs:XMLEncryption_MSCryptImpl

67 XMLEncryption_MSCryptImpl :: XMLEncryption_MSCryptImpl( const Reference< XMultiServiceFactory >& aF…  in XMLEncryption_MSCryptImpl()  function in XMLEncryption_MSCryptImpl
70 XMLEncryption_MSCryptImpl :: ~XMLEncryption_MSCryptImpl() { in ~XMLEncryption_MSCryptImpl()
75 SAL_CALL XMLEncryption_MSCryptImpl :: encrypt( in encrypt()
211 XMLEncryption_MSCryptImpl :: decrypt( in decrypt()
338 void SAL_CALL XMLEncryption_MSCryptImpl :: initialize( const Sequence< Any >& /*aArguments*/ ) thro… in initialize()
343 OUString SAL_CALL XMLEncryption_MSCryptImpl :: getImplementationName() throw( RuntimeException ) { in getImplementationName()
348 sal_Bool SAL_CALL XMLEncryption_MSCryptImpl :: supportsService( const OUString& serviceName) throw(… in supportsService()
359 Sequence< OUString > SAL_CALL XMLEncryption_MSCryptImpl :: getSupportedServiceNames() throw( Runtim… in getSupportedServiceNames()
364 Sequence< OUString > XMLEncryption_MSCryptImpl :: impl_getSupportedServiceNames() { in impl_getSupportedServiceNames()
371 OUString XMLEncryption_MSCryptImpl :: impl_getImplementationName() throw( RuntimeException ) { in impl_getImplementationName()
376 Reference< XInterface > SAL_CALL XMLEncryption_MSCryptImpl :: impl_createInstance( const Reference<… in impl_createInstance()
377 return Reference< XInterface >( *new XMLEncryption_MSCryptImpl( aServiceManager ) ) ; in impl_createInstance()
380 Reference< XSingleServiceFactory > XMLEncryption_MSCryptImpl :: impl_createFactory( const Reference… in impl_createFactory()