Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A 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);