Lines Matching refs:XMLSignature_NssImpl
73 XMLSignature_NssImpl :: XMLSignature_NssImpl( const Reference< XMultiServiceFactory >& aFactory ) :… in XMLSignature_NssImpl() function in XMLSignature_NssImpl
76 XMLSignature_NssImpl :: ~XMLSignature_NssImpl() { in ~XMLSignature_NssImpl()
81 SAL_CALL XMLSignature_NssImpl :: generate( in generate()
189 SAL_CALL XMLSignature_NssImpl :: validate( in validate()
302 void SAL_CALL XMLSignature_NssImpl :: initialize( const Sequence< Any >& /*aArguments*/ ) throw( Ex… in initialize()
307 OUString SAL_CALL XMLSignature_NssImpl :: getImplementationName() throw( RuntimeException ) { in getImplementationName()
312 sal_Bool SAL_CALL XMLSignature_NssImpl :: supportsService( const OUString& serviceName) throw( Runt… in supportsService()
323 Sequence< OUString > SAL_CALL XMLSignature_NssImpl :: getSupportedServiceNames() throw( RuntimeExce… in getSupportedServiceNames()
328 Sequence< OUString > XMLSignature_NssImpl :: impl_getSupportedServiceNames() { in impl_getSupportedServiceNames()
335 OUString XMLSignature_NssImpl :: impl_getImplementationName() throw( RuntimeException ) { in impl_getImplementationName()
340 Reference< XInterface > SAL_CALL XMLSignature_NssImpl :: impl_createInstance( const Reference< XMul… in impl_createInstance()
341 return Reference< XInterface >( *new XMLSignature_NssImpl( aServiceManager ) ) ; in impl_createInstance()
344 Reference< XSingleServiceFactory > XMLSignature_NssImpl :: impl_createFactory( const Reference< XMu… in impl_createFactory()