Searched refs:XMLDSIGNS (Results 1 – 2 of 2) sorted by relevance
| /plugin/saml/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 521 const XMLDSIGNS = 'http://www.w3.org/2000/09/xmldsig#'; define in XMLSecurityDSig 564 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS); 588 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS); 605 … $node = $doc->createElementNS(XMLSecurityDSig::XMLDSIGNS, $this->prefix.':'.$name, $value); 607 $node = $doc->createElementNS(XMLSecurityDSig::XMLDSIGNS, $this->prefix.':'.$name); 729 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS); 741 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS); 1062 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS); 1080 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS); 1207 $x509DataNode = $baseDoc->createElementNS(XMLSecurityDSig::XMLDSIGNS, 'ds:X509Data'); [all …]
|
| /plugin/adfs/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 521 const XMLDSIGNS = 'http://www.w3.org/2000/09/xmldsig#'; define in XMLSecurityDSig 564 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS); 588 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS); 605 … $node = $doc->createElementNS(XMLSecurityDSig::XMLDSIGNS, $this->prefix.':'.$name, $value); 607 $node = $doc->createElementNS(XMLSecurityDSig::XMLDSIGNS, $this->prefix.':'.$name); 729 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS); 741 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS); 1062 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS); 1080 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS); 1207 $x509DataNode = $baseDoc->createElementNS(XMLSecurityDSig::XMLDSIGNS, 'ds:X509Data'); [all …]
|