Lines Matching refs:XMLDSIGNS

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');
1241 …$x509SubjectNode = $baseDoc->createElementNS(XMLSecurityDSig::XMLDSIGNS, 'ds:X509SubjectName', $su…
1255 … $x509IssuerNode = $baseDoc->createElementNS(XMLSecurityDSig::XMLDSIGNS, 'ds:X509IssuerSerial');
1258 …$x509Node = $baseDoc->createElementNS(XMLSecurityDSig::XMLDSIGNS, 'ds:X509IssuerName', $issuerName…
1260 …$x509Node = $baseDoc->createElementNS(XMLSecurityDSig::XMLDSIGNS, 'ds:X509SerialNumber', $certData…
1266 …$x509CertNode = $baseDoc->createElementNS(XMLSecurityDSig::XMLDSIGNS, 'ds:X509Certificate', $X509C…
1303 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS);
1311 $keyInfo = $baseDoc->createElementNS(XMLSecurityDSig::XMLDSIGNS, 'ds:KeyInfo');
1645 $xpath->registerNamespace('xmlsecdsig', XMLSecurityDSig::XMLDSIGNS);