Lines Matching refs:XSecTester
151 class XSecTester;
235 XSecTester* pListener,
264 class XSecTester : public cppu::WeakImplHelper4 class
367 void XSecTester::sendAncestorStartElementEvent(
374 void XSecTester::sendAncestorEndElementEvent(
379 std::vector< AncestorEvent* >::const_iterator XSecTester::checkAncestorStartElementEvent(
385 XSecTester(const com::sun::star::uno::Reference< in XSecTester() function in XSecTester
388 virtual ~XSecTester(){}; in ~XSecTester()
455 rtl::OUString XSecTester::parseFile( in parseFile()
603 void SAL_CALL XSecTester::signatureCreated( in signatureCreated()
616 void SAL_CALL XSecTester::signatureVerified( in signatureVerified()
629 void SAL_CALL XSecTester::blockingStatusChanged( sal_Bool isBlocking ) in blockingStatusChanged()
635 void SAL_CALL XSecTester::collectionStatusChanged( sal_Bool isInsideCollectedElement ) in collectionStatusChanged()
651 void SAL_CALL XSecTester::bufferStatusChanged( sal_Bool isBufferEmpty ) in bufferStatusChanged()
665 rtl::OUString SAL_CALL XSecTester::export_xml( const rtl::OUString& inputFileName, const rtl::OUStr… in export_xml()
683 rtl::OUString SAL_CALL XSecTester::import_xml( const rtl::OUString& inputFileName, const rtl::OUStr… in import_xml()
701 rtl::OUString SAL_CALL XSecTester::transfer_without_sec( in transfer_without_sec()
780 void SAL_CALL XSecTester::setCryptoDir(const rtl::OUString & javaDirName, const rtl::OUString & cDi… in setCryptoDir()
792 return (cppu::OWeakObject*) new XSecTester( rSMgr ); in XSecTester_createInstance()
877 XSecTester* pListener, in SignatureEntity()
1022 void SAL_CALL XSecTester::startDocument() in startDocument()
1027 void SAL_CALL XSecTester::endDocument() in endDocument()
1032 void SAL_CALL XSecTester::characters(const class rtl::OUString & chars) in characters()
1038 void SAL_CALL XSecTester::processingInstruction(const rtl::OUString & target, const rtl::OUString &… in processingInstruction()
1044 void SAL_CALL XSecTester::ignorableWhitespace(const rtl::OUString &) in ignorableWhitespace()
1050 void SAL_CALL XSecTester::startElement(const rtl::OUString & name, const cssu::Reference<cssxs::XAt… in startElement()
1099 void SAL_CALL XSecTester::endElement(const rtl::OUString& name) in endElement()
1133 void SAL_CALL XSecTester::setDocumentLocator( const cssu::Reference<cssxs::XLocator>& ) in setDocumentLocator()
1138 void XSecTester::changeOutput() in changeOutput()
1180 bool XSecTester::foundSecurityRelated() in foundSecurityRelated()
1219 void XSecTester::findKeyOrReference(SecurityEntity* pSecurityEntity, const rtl::OUString& ouUri, bo… in findKeyOrReference()
1309 bool XSecTester::checkSecurityElement( in checkSecurityElement()
1458 void XSecTester::checkReference( in checkReference()
1518 void XSecTester::endMission() in endMission()
1541 void XSecTester::addStartAncestorEvent( in addStartAncestorEvent()
1560 void XSecTester::addEndAncestorEvent(const rtl::OUString& ouName) in addEndAncestorEvent()
1570 void XSecTester::sendAncestorStartElementEvent( in sendAncestorStartElementEvent()
1589 void XSecTester::sendAncestorEndElementEvent( in sendAncestorEndElementEvent()
1596 std::vector< AncestorEvent* >::const_iterator XSecTester::checkAncestorStartElementEvent( in checkAncestorStartElementEvent()
1623 void XSecTester::flushAncestorEvents( in flushAncestorEvents()
1748 XSecTester* pTester = new XSecTester( xMSF ); in main()