Home
last modified time | relevance | path

Searched refs:XMLSignature_MSCryptImpl (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlsignature_mscryptimpl.cxx66 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()
169 SAL_CALL XMLSignature_MSCryptImpl :: validate( in validate()
279 void SAL_CALL XMLSignature_MSCryptImpl :: initialize( const Sequence< Any >& /*aArguments*/ ) { in initialize()
284 OUString SAL_CALL XMLSignature_MSCryptImpl :: getImplementationName() { in getImplementationName()
289 sal_Bool SAL_CALL XMLSignature_MSCryptImpl :: supportsService( const OUString& serviceName) { in supportsService()
300 Sequence< OUString > SAL_CALL XMLSignature_MSCryptImpl :: getSupportedServiceNames() { in getSupportedServiceNames()
305 Sequence< OUString > XMLSignature_MSCryptImpl :: impl_getSupportedServiceNames() { in impl_getSupportedServiceNames()
312 OUString XMLSignature_MSCryptImpl :: impl_getImplementationName() { in impl_getImplementationName()
[all …]
H A Dxmlsignature_mscryptimpl.hxx46 class XMLSignature_MSCryptImpl : public ::cppu::WeakImplHelper3< class
55XMLSignature_MSCryptImpl( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiSe…
56 virtual ~XMLSignature_MSCryptImpl() ;
H A Dxsec_mscrypt.cxx56 …if( XMLSignature_MSCryptImpl::impl_getImplementationName().equals( OUString::createFromAscii( pImp… in mscrypt_component_getFactory()
57 …xFactory = XMLSignature_MSCryptImpl::impl_createFactory( reinterpret_cast< XMultiServiceFactory* >… in mscrypt_component_getFactory()