Searched refs:XMLSecEnc (Results 1 – 10 of 10) sorted by relevance
| /plugin/saml/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 506 $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 …]
|
| D | CHANGELOG.txt | 87 - return encrypted node from XMLSecEnc::encryptNode() when replace is set to 113 - Add XMLSecEnc::getCipherValue() method (Olav)
|
| /plugin/adfs/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 506 $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 …]
|
| D | CHANGELOG.txt | 87 - return encrypted node from XMLSecEnc::encryptNode() when replace is set to 113 - Add XMLSecEnc::getCipherValue() method (Olav)
|
| /plugin/adfs/phpsaml/lib/Saml/ |
| D | XmlSec.php | 104 XMLSecEnc::staticLocateKeyInfo($objKey, $objDSig);
|
| /plugin/saml/phpsaml/lib/Saml/ |
| D | XmlSec.php | 104 XMLSecEnc::staticLocateKeyInfo($objKey, $objDSig);
|
| /plugin/adfs/phpsaml/lib/Saml2/ |
| D | Utils.php | 1079 $enc = new XMLSecEnc(); 1081 $enc->type = XMLSecEnc::Element; 1164 $enc = new XMLSecEnc();
|
| D | Response.php | 1096 $objenc = new XMLSecEnc();
|
| /plugin/saml/phpsaml/lib/Saml2/ |
| D | Utils.php | 1079 $enc = new XMLSecEnc(); 1081 $enc->type = XMLSecEnc::Element; 1164 $enc = new XMLSecEnc();
|
| D | Response.php | 1096 $objenc = new XMLSecEnc();
|