Lines Matching refs:XMLEncryption_NssImpl
72 XMLEncryption_NssImpl :: XMLEncryption_NssImpl( const Reference< XMultiServiceFactory >& aFactory )… in XMLEncryption_NssImpl() function in XMLEncryption_NssImpl
75 XMLEncryption_NssImpl :: ~XMLEncryption_NssImpl() { in ~XMLEncryption_NssImpl()
80 SAL_CALL XMLEncryption_NssImpl :: encrypt( in encrypt()
256 SAL_CALL XMLEncryption_NssImpl :: decrypt( in decrypt()
374 void SAL_CALL XMLEncryption_NssImpl :: initialize( const Sequence< Any >& /*aArguments*/ ) throw( E… in initialize()
379 OUString SAL_CALL XMLEncryption_NssImpl :: getImplementationName() throw( RuntimeException ) { in getImplementationName()
384 sal_Bool SAL_CALL XMLEncryption_NssImpl :: supportsService( const OUString& serviceName) throw( Run… in supportsService()
395 Sequence< OUString > SAL_CALL XMLEncryption_NssImpl :: getSupportedServiceNames() throw( RuntimeExc… in getSupportedServiceNames()
400 Sequence< OUString > XMLEncryption_NssImpl :: impl_getSupportedServiceNames() { in impl_getSupportedServiceNames()
407 OUString XMLEncryption_NssImpl :: impl_getImplementationName() throw( RuntimeException ) { in impl_getImplementationName()
412 Reference< XInterface > SAL_CALL XMLEncryption_NssImpl :: impl_createInstance( const Reference< XMu… in impl_createInstance()
413 return Reference< XInterface >( *new XMLEncryption_NssImpl( aServiceManager ) ) ; in impl_createInstance()
416 Reference< XSingleServiceFactory > XMLEncryption_NssImpl :: impl_createFactory( const Reference< XM… in impl_createFactory()