Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php506 $objenc = new XMLSecEnc();
513 XMLSecEnc::staticLocateKeyInfo($objKey, $element);
1341 class XMLSecEnc { class
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…
1602 … $query = "//*[local-name()='EncryptedData' and namespace-uri()='".XMLSecEnc::XMLENCNS."']";
1618 $xpath->registerNamespace('xmlsecenc', XMLSecEnc::XMLENCNS);
1644 $xpath->registerNamespace('xmlsecenc', XMLSecEnc::XMLENCNS);
[all …]
H A DCHANGELOG.txt87 - return encrypted node from XMLSecEnc::encryptNode() when replace is set to
113 - Add XMLSecEnc::getCipherValue() method (Olav)
/plugin/adfs/phpsaml/lib/Saml/
H A DXmlSec.php104 XMLSecEnc::staticLocateKeyInfo($objKey, $objDSig);
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php1079 $enc = new XMLSecEnc();
1081 $enc->type = XMLSecEnc::Element;
1164 $enc = new XMLSecEnc();
H A DResponse.php1096 $objenc = new XMLSecEnc();