Home
last modified time | relevance | path

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

/plugin/saml/phpsaml/extlib/xmlseclibs/
Dxmlseclibs.php602 public function createNewSignNode($name, $value=null) { function in XMLSecurityDSig
630 $canonNode = $this->createNewSignNode('CanonicalizationMethod');
955 $refNode = $this->createNewSignNode('Reference');
972 $transNodes = $this->createNewSignNode('Transforms');
977 $transNode = $this->createNewSignNode('Transform');
995 $transNode = $this->createNewSignNode('Transform');
1003 $digestMethod = $this->createNewSignNode('DigestMethod');
1007 $digestValue = $this->createNewSignNode('DigestValue', $digValue);
1034 $objNode = $this->createNewSignNode('Object');
1110 $sigValueNode = $this->createNewSignNode('SignatureValue', $sigValue);
/plugin/adfs/phpsaml/extlib/xmlseclibs/
Dxmlseclibs.php602 public function createNewSignNode($name, $value=null) { function in XMLSecurityDSig
630 $canonNode = $this->createNewSignNode('CanonicalizationMethod');
955 $refNode = $this->createNewSignNode('Reference');
972 $transNodes = $this->createNewSignNode('Transforms');
977 $transNode = $this->createNewSignNode('Transform');
995 $transNode = $this->createNewSignNode('Transform');
1003 $digestMethod = $this->createNewSignNode('DigestMethod');
1007 $digestValue = $this->createNewSignNode('DigestValue', $digValue);
1034 $objNode = $this->createNewSignNode('Object');
1110 $sigValueNode = $this->createNewSignNode('SignatureValue', $sigValue);