Home
last modified time | relevance | path

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

/plugin/saml/phpsaml/extlib/xmlseclibs/
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…
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);
[all …]
DCHANGELOG.txt87 - return encrypted node from XMLSecEnc::encryptNode() when replace is set to
113 - Add XMLSecEnc::getCipherValue() method (Olav)
/plugin/adfs/phpsaml/extlib/xmlseclibs/
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…
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);
[all …]
DCHANGELOG.txt87 - return encrypted node from XMLSecEnc::encryptNode() when replace is set to
113 - Add XMLSecEnc::getCipherValue() method (Olav)
/plugin/adfs/phpsaml/lib/Saml/
DXmlSec.php104 XMLSecEnc::staticLocateKeyInfo($objKey, $objDSig);
/plugin/saml/phpsaml/lib/Saml/
DXmlSec.php104 XMLSecEnc::staticLocateKeyInfo($objKey, $objDSig);
/plugin/adfs/phpsaml/lib/Saml2/
DUtils.php1079 $enc = new XMLSecEnc();
1081 $enc->type = XMLSecEnc::Element;
1164 $enc = new XMLSecEnc();
DResponse.php1096 $objenc = new XMLSecEnc();
/plugin/saml/phpsaml/lib/Saml2/
DUtils.php1079 $enc = new XMLSecEnc();
1081 $enc->type = XMLSecEnc::Element;
1164 $enc = new XMLSecEnc();
DResponse.php1096 $objenc = new XMLSecEnc();