Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php544 private $canonicalMethod = null; variable in XMLSecurityDSig
618 $this->canonicalMethod = $method;
633 $canonNode->setAttribute('Algorithm', $this->canonicalMethod);
744 $canonicalMethod = 'http://www.w3.org/TR/2001/REC-xml-c14n-20010315';
759 $canonicalMethod = $algorithm;
789 $canonicalMethod = 'http://www.w3.org/TR/2001/REC-xml-c14n-20010315';
816 $data = $this->canonicalizeData($objData, $canonicalMethod, $arXPath, $prefixList);
994 } elseif (! empty($this->canonicalMethod)) {
997 $transNode->setAttribute('Algorithm', $this->canonicalMethod);
1108 $data = $this->canonicalizeData($sInfo, $this->canonicalMethod);