Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php1351 const XMLENCNS = 'http://www.w3.org/2001/04/xmlenc#'; define in XMLSecEnc
1565 …$encMethod = $encKey->appendChild($this->encdoc->createElementNS(XMLSecEnc::XMLENCNS, 'xenc:Encryp…
1571 …$cipherData = $encKey->appendChild($this->encdoc->createElementNS(XMLSecEnc::XMLENCNS, 'xenc:Ciphe…
1572 …$cipherData->appendChild($this->encdoc->createElementNS(XMLSecEnc::XMLENCNS, 'xenc:CipherValue', $…
1574 …$refList = $encKey->appendChild($this->encdoc->createElementNS(XMLSecEnc::XMLENCNS, 'xenc:Referen…
1577 …$dataRef = $refList->appendChild($this->encdoc->createElementNS(XMLSecEnc::XMLENCNS, 'xenc:DataRef…
1602 … $query = "//*[local-name()='EncryptedData' and namespace-uri()='".XMLSecEnc::XMLENCNS."']";
1618 $xpath->registerNamespace('xmlsecenc', XMLSecEnc::XMLENCNS);
1644 $xpath->registerNamespace('xmlsecenc', XMLSecEnc::XMLENCNS);