Lines Matching refs:m_currentPath
68 private Stack m_currentPath; field in XMLSecurityFrameworkController
194 m_currentPath = new Stack(); in XMLSecurityFrameworkController()
472 m_currentPath.push(signatureEntity); in checkSecurityElement()
476 if (!m_currentPath.empty()) in checkSecurityElement()
478 Object signedInfo = m_currentPath.pop(); in checkSecurityElement()
480 if (!m_currentPath.empty()) in checkSecurityElement()
482 Object objSignature = m_currentPath.peek(); in checkSecurityElement()
504 m_currentPath.push(signedInfo); in checkSecurityElement()
506 m_currentPath.push(localName); in checkSecurityElement()
513 if (!m_currentPath.empty()) in checkSecurityElement()
515 Object keyInfo = m_currentPath.pop(); in checkSecurityElement()
517 if (!m_currentPath.empty()) in checkSecurityElement()
519 Object objSorE = m_currentPath.peek(); in checkSecurityElement()
538 m_currentPath.push(keyInfo); in checkSecurityElement()
541 m_currentPath.push(localName); in checkSecurityElement()
545 if (!m_currentPath.empty()) in checkSecurityElement()
547 Object keyInfo = m_currentPath.pop(); in checkSecurityElement()
549 if (!m_currentPath.empty()) in checkSecurityElement()
551 Object objSorE = m_currentPath.peek(); in checkSecurityElement()
584 m_currentPath.push(keyInfo); in checkSecurityElement()
586 m_currentPath.push(localName); in checkSecurityElement()
607 m_currentPath.push(theEncryption); in checkSecurityElement()
630 m_currentPath.push(localName); in checkSecurityElement()
916 if (!m_currentPath.empty()) in endElement()
918 Object obj = m_currentPath.pop(); in endElement()
922 if (!m_currentPath.empty()) in endElement()
924 Object objSignature = m_currentPath.peek(); in endElement()