Lines Matching refs:XMLSecurityDSig

520 class XMLSecurityDSig {  class
553 $sigdoc->loadXML(XMLSecurityDSig::template);
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);
701 case XMLSecurityDSig::SHA1:
704 case XMLSecurityDSig::SHA256:
707 case XMLSecurityDSig::SHA384:
710 case XMLSecurityDSig::SHA512:
713 case XMLSecurityDSig::RIPEMD160:
729 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS);
741 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS);
964 $uri = XMLSecurityDSig::generateGUID();
1062 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS);
1080 $xpath->registerNamespace('secdsig', XMLSecurityDSig::XMLDSIGNS);
1158 $certs = XMLSecurityDSig::staticGet509XCerts($cert, $isPEMFormat);
1203 $certs = XMLSecurityDSig::staticGet509XCerts($cert, $isPEMFormat);
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);