Searched refs:canonicalMethod (Results 1 – 2 of 2) sorted by relevance
| /plugin/saml/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 544 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);
|
| /plugin/adfs/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 544 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);
|