Lines Matching refs:XMLSignature_MSCryptImpl

66 XMLSignature_MSCryptImpl :: XMLSignature_MSCryptImpl( const Reference< XMultiServiceFactory >& aFac…  in XMLSignature_MSCryptImpl()  function in XMLSignature_MSCryptImpl
69 XMLSignature_MSCryptImpl :: ~XMLSignature_MSCryptImpl() { in ~XMLSignature_MSCryptImpl()
74 SAL_CALL XMLSignature_MSCryptImpl :: generate( in generate()
170 SAL_CALL XMLSignature_MSCryptImpl :: validate( in validate()
282 void SAL_CALL XMLSignature_MSCryptImpl :: initialize( const Sequence< Any >& /*aArguments*/ ) throw… in initialize()
287 OUString SAL_CALL XMLSignature_MSCryptImpl :: getImplementationName() throw( RuntimeException ) { in getImplementationName()
292 sal_Bool SAL_CALL XMLSignature_MSCryptImpl :: supportsService( const OUString& serviceName) throw( … in supportsService()
303 Sequence< OUString > SAL_CALL XMLSignature_MSCryptImpl :: getSupportedServiceNames() throw( Runtime… in getSupportedServiceNames()
308 Sequence< OUString > XMLSignature_MSCryptImpl :: impl_getSupportedServiceNames() { in impl_getSupportedServiceNames()
315 OUString XMLSignature_MSCryptImpl :: impl_getImplementationName() throw( RuntimeException ) { in impl_getImplementationName()
320 Reference< XInterface > SAL_CALL XMLSignature_MSCryptImpl :: impl_createInstance( const Reference< … in impl_createInstance()
321 return Reference< XInterface >( *new XMLSignature_MSCryptImpl( aServiceManager ) ) ; in impl_createInstance()
324 Reference< XSingleServiceFactory > XMLSignature_MSCryptImpl :: impl_createFactory( const Reference<… in impl_createFactory()